org.modeshape.common.annotation
Annotation Type ReadOnly


@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD,CONSTRUCTOR,PACKAGE,TYPE})
public @interface ReadOnly

Annotation that can be used to specify that the target field, method, constructor, package or type is read-only.

See Also:
Immutable



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.