Annotation Type Noop
-
@Retention(CLASS) @Target({METHOD,CONSTRUCTOR,TYPE}) public @interface NoopCauses the annotated method or all the methods of the annotated class to become noop. Void methods do nothing; methods returning primitive numeric values return the equivalent of 0; methods returning boolean return false; methods returning objects return null.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Stringvalue
-