@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface InspectionProperty
Modifier and Type | Optional Element and Description |
---|---|
boolean |
required
Whether or not it is required to set this property before discovering the CI.
|