Package com.evolveum.concepts
Interface Immutable
- 
- All Superinterfaces:
 MutationBehaviourAware<Immutable>
public interface Immutable extends MutationBehaviourAware<Immutable>
 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static booleanisImmutable(Object object)default booleanmutable()Always return false. 
 - 
 
- 
- 
Method Detail
- 
mutable
default boolean mutable()
Always return false.- Specified by:
 mutablein interfaceMutationBehaviourAware<Immutable>- Returns:
 - true if object is currently mutable
 
 
- 
isImmutable
static boolean isImmutable(Object object)
 
 - 
 
 -