Annotation Type SLDSafe


  • @Retention(RUNTIME)
    @Target({METHOD,TYPE})
    public @interface SLDSafe
    This annotation means that overriden JALO accessor was checked and can be safely bypassed in SLD mode.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String portingClass  
      java.lang.String portingMethod  
    • Element Detail

      • portingClass

        java.lang.String portingClass
        Default:
        "<none>"
      • portingMethod

        java.lang.String portingMethod
        Default:
        "<none>"