ドックレット API

com.sun.javadoc
インタフェース AnnotationTypeElementDoc

すべてのスーパーインタフェース:
Comparable<Object>, Doc, ExecutableMemberDoc, MemberDoc, MethodDoc, ProgramElementDoc

public interface AnnotationTypeElementDoc
extends MethodDoc

注釈型の要素を表します。

導入されたバージョン:
1.5

メソッドの概要
 AnnotationValue defaultValue()
          この要素のデフォルト値を返します。
 
インタフェース com.sun.javadoc.MethodDoc から継承されたメソッド
isAbstract, overriddenClass, overriddenMethod, overriddenType, overrides, returnType
 
インタフェース com.sun.javadoc.ExecutableMemberDoc から継承されたメソッド
flatSignature, isNative, isSynchronized, isVarArgs, parameters, paramTags, signature, thrownExceptions, thrownExceptionTypes, throwsTags, typeParameters, typeParamTags
 
インタフェース com.sun.javadoc.MemberDoc から継承されたメソッド
isSynthetic
 
インタフェース com.sun.javadoc.ProgramElementDoc から継承されたメソッド
annotations, containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName
 
インタフェース com.sun.javadoc.Doc から継承されたメソッド
commentText, compareTo, firstSentenceTags, getRawCommentText, inlineTags, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, position, seeTags, setRawCommentText, tags, tags
 

メソッドの詳細

defaultValue

AnnotationValue defaultValue()
この要素のデフォルト値を返します。この要素にデフォルト値がない場合は null を返します。

戻り値:
この要素のデフォルト値

ドックレット API

バグや機能要求の報告
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2006 Sun Microsystems, Inc. 4150 Network Circle
Santa Clara, California, 95054, U.S.A. All Rights Reserved.