Annotation Type Ignore
-
@Retention(RUNTIME) @Target({TYPE,METHOD,FIELD}) public @interface Ignore
TheIgnore
annotation can either be used for modules or properties such that these are ignored in theConfigurator
.
@Retention(RUNTIME)
@Target({TYPE,METHOD,FIELD})
public @interface Ignore
Ignore
annotation can either be used for modules or properties
such that these are ignored in the
Configurator
.