@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ConfigProperty
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name |
java.lang.String |
type |
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description |
java.lang.String |
value |