Package gw.lang

Annotation Type Param


  • @Retention(RUNTIME)
    @Target({METHOD,CONSTRUCTOR})
    @Repeatable(Params.class)
    public @interface Param
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String FieldDescription  
      java.lang.String FieldName  
    • Element Detail

      • FieldName

        java.lang.String FieldName
      • FieldDescription

        java.lang.String FieldDescription