Class Annotation
java.lang.Object
io.protostuff.parser.Annotation
- All Implemented Interfaces:
HasName
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Annotation
-
-
Method Details
-
getParams
-
getP
Shorthand forgetParams().If you have an annotation like @Foo(id = 1), you then can use: <if(message.a.("Foo")> <if(message.a.("Foo").p.("id")> ... <endif> <endif> -
getValue
-
getName
-
isEmptyP
public final boolean isEmptyP()Shorthand for params.isEmpty().You can then use: <if(message.a.("Foo").emptyP>Note that this does not work on stringtemplate: <if(message.a.("Foo").empty)> Even thoughMap.isEmpty()exists. -
toString
-