org.nakedobjects.applib.annotation
Annotation Type NotPersistable


@Inherited
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface NotPersistable

Indicates that an instance cannot be persisted by a user, but only programmatically.


Optional Element Summary
 NotPersistable.By value
           
 

value

public abstract NotPersistable.By value
Default:
org.nakedobjects.applib.annotation.NotPersistable.By.USER_OR_PROGRAM


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