|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface HasMetaData
Method Summary | |
---|---|
void |
addMetaData(java.lang.String tagName,
java.lang.String[] values)
Deprecated. Javadoc comment metadata has been deprecated in favor of proper Java annotations. The only way to add a Java annotation is via the source code. |
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. |
Method Detail |
---|
@Deprecated void addMetaData(java.lang.String tagName, java.lang.String[] values)
@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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |