|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface NotMutable
This annotation type is used to indicate that instances of the associated class may not be altered after they have been created. Note that this may or may not indicate strict immutability, as some classes marked with this annotation type may have their internal state altered in some way that is not externally visible. In addition, the following caveats must be observed for classes containing this annotation type, and for all other classes in the LDAP SDK:
Mutable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |