Annotation Type Exclude
-
@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface ExcludePrevents the annotated type from being handled as a config node. This is practically only used for default methods.
@Retention(RUNTIME)
@Target({TYPE,METHOD})
public @interface Exclude