Annotation Type ValidateLens

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The name of a file that holds a list of lens.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean error
      Should this generate an error at compile time or just a warning?
      boolean exact
      Causes an issue if the lens don't exactly match the specified file.
    • Element Detail

      • value

        java.lang.String value
        The name of a file that holds a list of lens. Each lens name is on a separate line. Currently must be in root of source tree. Typically under /src/main/resources
      • error

        boolean error
        Should this generate an error at compile time or just a warning?
        Default:
        false
      • exact

        boolean exact
        Causes an issue if the lens don't exactly match the specified file. Set to false, if you are validating that you provide support for legacy lens
        Default:
        true