Package net.apartium.cocoabeans.commands
Annotation Interface LongDescription
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@AvailableSince("0.0.30")
public @interface LongDescription
This annotation is used to provide a long description for a class or method.
It can be applied to both classes and methods.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String[] value
-