public interface Annotation
User-defined property on a metadata element.
- Author:
- jhyde
- See Also:
-
-
Method Summary
Returns the name of this annotation.
Returns the value of this annotation.
-
Method Details
-
getName
Returns the name of this annotation. Must be unique within its element.
- Returns:
- Annotation name
-
getValue
Returns the value of this annotation. Usually a string.
- Returns:
- Annotation value