Description
WadlGenerator seems to handle correctly @Description annotation on class level, and so on class fields.
However the @Description cannot be assigned to Field:
@Target(
)
Can you change this to:
@Target(
)
WadlGenerator seems to handle correctly @Description annotation on class level, and so on class fields.
However the @Description cannot be assigned to Field:
@Target(
)
Can you change this to:
@Target(
)