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 interface
Copyable.Strategy
static interface
Copyable.StrategyAware<T extends Copyable.StrategyAware<T>>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
copy()
-
-
-
Method Detail
-
copy
@NotNull T copy()
-
-