Package org.dalesbred.annotation
Annotation Type DalesbredIgnore
-
@Retention(RUNTIME) @Documented @Target({METHOD,FIELD,CONSTRUCTOR}) @Inherited public @interface DalesbredIgnore
Ignores given field, setter or constructor when instantiating.
@Retention(RUNTIME)
@Documented
@Target({METHOD,FIELD,CONSTRUCTOR})
@Inherited
public @interface DalesbredIgnore