TaackEnumName (taack-ui 0.3.8-SNAPSHOT API)
Package: taack.ast.annotation

[Groovy] Annotation Type TaackEnumName

    • taack.ast.annotation.TaackEnumName
    • All Implemented Interfaces and Traits:
      java.lang.annotation.Annotation


      @java.lang.annotation.Retention(value: RetentionPolicy.SOURCE)
      @java.lang.annotation.Target(value: [ElementType.FIELD])
      @interface TaackEnumName

      Class annotation that trigger AST Transformations and duplicate user symbols with their '_' underscore counterpart. Underscore added symbols return additional information (see the FieldInfo class) to be used on UI closures (in taack-ui gradle module)

      Since:
      1.0

      • Methods Summary

          Methods 
          Type Params Return Type Name and description
          abstract java.lang.String name()
      • Inherited Methods Summary

          Inherited Methods 
          Methods inherited from class Name
          class java.lang.Object java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
      • Method Detail

        • abstract java.lang.String name()