psdi.iface.webservices.action

Interface Tag

  • All Superinterfaces:
    java.lang.annotation.Annotation


    @Inherited
     @Retention(value=RUNTIME)
     @Target(value=METHOD)
    public interface Tag
    extends java.lang.annotation.Annotation
    Sample: Tag(tag="System Property",description="Set System Property") Tag(tag="systemserv#systemproptag",description="systemserv#setpropdesc", localize=true)
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method and Description
      java.lang.String description() 
      boolean localize() 
      java.lang.String tag() 
      • Methods inherited from interface java.lang.annotation.Annotation

        annotationType, equals, hashCode, toString
    • Method Detail

      • tag

        java.lang.String tag()
      • description

        java.lang.String description()
      • localize

        boolean localize()