@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Properties
Modifier and Type | Required Element and Description |
---|---|
jadex.bridge.nonfunctional.annotation.NameValue[] |
value
The name value pairs.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
replace
Replace content of the base classes.
|