Package com.evolveum.concepts
Interface Immutable
- All Superinterfaces:
- MutationBehaviourAware<Immutable>
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleanisImmutable(Object object) default booleanmutable()Always return false.
- 
Method Details- 
mutabledefault boolean mutable()Always return false.- Specified by:
- mutablein interface- MutationBehaviourAware<Immutable>
- Returns:
- true if object is currently mutable
 
- 
isImmutable
 
-