org.nakedobjects.applib.annotation
Annotation Type Ignore


@Inherited
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Ignore

Indicates that an property, collection or action should be ignored from the metamodel.

For example, it may be a helper method that needs to be public but that doesn't conform to the requirements of an action (for example, invalid parameter types).



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.