RegisterAll
Automatically register all static fields in this class.
Processor will automatically detect which Registry
should be used.
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
public @interface RegisterAll {
}
Automatically register all static fields in this class.
Processor will automatically detect which Registry
should be used.
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
public @interface RegisterAll {
}