com.xebialabs.deployit.plugin.api.inspection
Annotation Type InspectionProperty


@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface InspectionProperty


Optional Element Summary
 boolean required
          Whether or not it is required to set this property before discovering the CI.
 

required

public abstract boolean required
Whether or not it is required to set this property before discovering the CI.

Returns:
Default:
true