@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value={java.lang.annotation.ElementType.TYPE, java.lang.annotation.ElementType.CONSTRUCTOR, java.lang.annotation.ElementType.METHOD, java.lang.annotation.ElementType.PARAMETER})
public interface Description
Modifier and Type | Method and Description |
---|---|
java.lang.String |
value() |