Annotation Type InspectionProperty


  • @Documented
    @Retention(RUNTIME)
    @Target(FIELD)
    public @interface InspectionProperty
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean required
      Whether or not it is required to set this property before discovering the CI.
    • Element Detail

      • required

        boolean required
        Whether or not it is required to set this property before discovering the CI.
        Default:
        true