Annotation Type Registrar
-
@Target(TYPE) @Retention(RUNTIME) @Documented public @interface RegistrarIndicates the classes providingRecordedcomponents. Such classes are always singletons.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringvalueThe name the annotated component which will be registered with.
-