Spec-Zone .ru
спецификации, руководства, описания, API
Doclet API

com.sun.javadoc
Interface AnnotationDesc.ElementValuePair

Enclosing interface:
AnnotationDesc

public static interface AnnotationDesc.ElementValuePair

Represents an association between an annotation type element and one of its values.

Since:
1.5

Method Summary
 AnnotationTypeElementDoc element()
          Returns the annotation type element.
 AnnotationValue value()
          Returns the value associated with the annotation type element.
 

Method Detail

element

AnnotationTypeElementDoc element()
Returns the annotation type element.

Returns:
the annotation type element.

value

AnnotationValue value()
Returns the value associated with the annotation type element.

Returns:
the value associated with the annotation type element.

Doclet API

Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2004 Sun Microsystems, Inc. 4150 Network Circle
Santa Clara, California, 95054, U.S.A. All Rights Reserved.