Package com.evolveum.concepts
Interface Copyable<T extends Copyable<T>>
-
- All Known Subinterfaces:
Copyable.StrategyAware<T>
public interface Copyable<T extends Copyable<T>>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceCopyable.Strategystatic interfaceCopyable.StrategyAware<T extends Copyable.StrategyAware<T>>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcopy()
-
-
-
Method Detail
-
copy
@NotNull T copy()
-
-