Annotation Type Mergeable
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface MergeableIdentifies that the marked cockpit configuration class can be merged with the same class from the parent context.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]keyList of key properties of the marked class.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringmergeMethodOptional name of the merge method to be used to do the merge object with its counterpart form the parent context.java.lang.StringmergeModePropertyOptional name of a property holding the merge mode.
-