@Retention(value=CLASS)
@Target(value=java.lang.annotation.ElementType.TYPE)
public @interface ActivationConfigProperties
Modifier and Type | Required Element and Description |
---|---|
ActivationConfigProperty[] |
value
Array used for multiple ActivationConfigProperty declarations.
|
public abstract ActivationConfigProperty[] value