@Deprecated
public interface HasMetaData
Modifier and Type | Method and Description |
---|---|
java.lang.String[][] |
getMetaData(java.lang.String tagName)
Deprecated.
Javadoc comment metadata has been deprecated in favor of proper
Java annotations. See
HasAnnotations.getAnnotation(Class) for equivalent
functionality. |
java.lang.String[] |
getMetaDataTags()
Deprecated.
Javadoc comment metadata has been deprecated in favor of proper
Java annotations. The
HasAnnotations interface does not
support a mechanism to enumerate all of the annotations on a
member; the type of the desired annotation must be known. |
@Deprecated java.lang.String[][] getMetaData(java.lang.String tagName)
HasAnnotations.getAnnotation(Class)
for equivalent
functionality.@Deprecated java.lang.String[] getMetaDataTags()
HasAnnotations
interface does not
support a mechanism to enumerate all of the annotations on a
member; the type of the desired annotation must be known.