org.glassfish.pfl.dynamic.copyobject.spi
Annotation Type Immutable


@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Immutable

Annotation used on classes that are immutable; that is, all public methods return the same value for the same inputs after the object has been constructed. Such objects do not need to be copied by the object copier.



Copyright © 2013 Oracle. All Rights Reserved.