1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2 <!--NewPage--> 3 <HTML> 4 <HEAD> 5 <!-- Generated by javadoc (build 1.5.0_16) on Tue Feb 03 09:28:21 PST 2009 --> 6 <TITLE> 7 javax.annotation.meta 8 </TITLE> 9 10 <META NAME="keywords" CONTENT="javax.annotation.meta package"> 11 12 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> 13 14 <SCRIPT type="text/javascript"> 15 function windowTitle() 16 { 17 parent.document.title="javax.annotation.meta"; 18 } 19 </SCRIPT> 20 <NOSCRIPT> 21 </NOSCRIPT> 22 23 </HEAD> 24 25 <BODY BGCOLOR="white" onload="windowTitle();"> 26 27 28 <!-- ========= START OF TOP NAVBAR ======= --> 29 <A NAME="navbar_top"><!-- --></A> 30 <A HREF="#skip-navbar_top" title="Skip navigation links"></A> 31 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 32 <TR> 33 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 34 <A NAME="navbar_top_firstrow"><!-- --></A> 35 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 36 <TR ALIGN="center" VALIGN="top"> 37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> 39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> 40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 44 </TR> 45 </TABLE> 46 </TD> 47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 48 </EM> 49 </TD> 50 </TR> 51 52 <TR> 53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 54 <A HREF="../../../javax/annotation/concurrent/package-summary.html"><B>PREV PACKAGE</B></A> 55 NEXT PACKAGE</FONT></TD> 56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 57 <A HREF="../../../index.html?javax/annotation/meta/package-summary.html" target="_top"><B>FRAMES</B></A> 58 <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> 59 <SCRIPT type="text/javascript"> 60 <!-- 61 if(window==top) { 62 document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); 63 } 64 //--> 65 </SCRIPT> 66 <NOSCRIPT> 67 <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> 68 </NOSCRIPT> 69 70 71 </FONT></TD> 72 </TR> 73 </TABLE> 74 <A NAME="skip-navbar_top"></A> 75 <!-- ========= END OF TOP NAVBAR ========= --> 76 77 <HR> 78 <H2> 79 Package javax.annotation.meta 80 </H2> 81 82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 85 <B>Interface Summary</B></FONT></TH> 86 </TR> 87 <TR BGCOLOR="white" CLASS="TableRowColor"> 88 <TD WIDTH="15%"><B><A HREF="../../../javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator<A extends Annotation></A></B></TD> 89 <TD> </TD> 90 </TR> 91 </TABLE> 92 93 94 <P> 95 96 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 97 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 98 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 99 <B>Enum Summary</B></FONT></TH> 100 </TR> 101 <TR BGCOLOR="white" CLASS="TableRowColor"> 102 <TD WIDTH="15%"><B><A HREF="../../../javax/annotation/meta/When.html" title="enum in javax.annotation.meta">When</A></B></TD> 103 <TD>Used to describe the relationship between a qualifier T and the set of values 104 S possible on an annotated element.</TD> 105 </TR> 106 </TABLE> 107 108 109 <P> 110 111 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 112 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 113 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 114 <B>Annotation Types Summary</B></FONT></TH> 115 </TR> 116 <TR BGCOLOR="white" CLASS="TableRowColor"> 117 <TD WIDTH="15%"><B><A HREF="../../../javax/annotation/meta/Exclusive.html" title="annotation in javax.annotation.meta">Exclusive</A></B></TD> 118 <TD>This annotation can be applied to the value() element of an annotation that 119 is annotated as a TypeQualifier.</TD> 120 </TR> 121 <TR BGCOLOR="white" CLASS="TableRowColor"> 122 <TD WIDTH="15%"><B><A HREF="../../../javax/annotation/meta/Exhaustive.html" title="annotation in javax.annotation.meta">Exhaustive</A></B></TD> 123 <TD>This annotation can be applied to the value() element of an annotation that 124 is annotated as a TypeQualifier.</TD> 125 </TR> 126 <TR BGCOLOR="white" CLASS="TableRowColor"> 127 <TD WIDTH="15%"><B><A HREF="../../../javax/annotation/meta/TypeQualifier.html" title="annotation in javax.annotation.meta">TypeQualifier</A></B></TD> 128 <TD>This qualifier is applied to an annotation to denote that the annotation 129 should be treated as a type qualifier.</TD> 130 </TR> 131 <TR BGCOLOR="white" CLASS="TableRowColor"> 132 <TD WIDTH="15%"><B><A HREF="../../../javax/annotation/meta/TypeQualifierDefault.html" title="annotation in javax.annotation.meta">TypeQualifierDefault</A></B></TD> 133 <TD>This qualifier is applied to an annotation to denote that the annotation 134 defines a default type qualifier that is visible within the scope of the 135 element it is applied to.</TD> 136 </TR> 137 <TR BGCOLOR="white" CLASS="TableRowColor"> 138 <TD WIDTH="15%"><B><A HREF="../../../javax/annotation/meta/TypeQualifierNickname.html" title="annotation in javax.annotation.meta">TypeQualifierNickname</A></B></TD> 139 <TD>This annotation is applied to a annotation, and marks the annotation as being 140 a qualifier nickname.</TD> 141 </TR> 142 </TABLE> 143 144 145 <P> 146 <DL> 147 </DL> 148 <HR> 149 150 151 <!-- ======= START OF BOTTOM NAVBAR ====== --> 152 <A NAME="navbar_bottom"><!-- --></A> 153 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> 154 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 155 <TR> 156 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 157 <A NAME="navbar_bottom_firstrow"><!-- --></A> 158 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 159 <TR ALIGN="center" VALIGN="top"> 160 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 161 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> 162 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> 163 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 164 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 165 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 166 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 167 </TR> 168 </TABLE> 169 </TD> 170 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 171 </EM> 172 </TD> 173 </TR> 174 175 <TR> 176 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 177 <A HREF="../../../javax/annotation/concurrent/package-summary.html"><B>PREV PACKAGE</B></A> 178 NEXT PACKAGE</FONT></TD> 179 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 180 <A HREF="../../../index.html?javax/annotation/meta/package-summary.html" target="_top"><B>FRAMES</B></A> 181 <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> 182 <SCRIPT type="text/javascript"> 183 <!-- 184 if(window==top) { 185 document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); 186 } 187 //--> 188 </SCRIPT> 189 <NOSCRIPT> 190 <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> 191 </NOSCRIPT> 192 193 194 </FONT></TD> 195 </TR> 196 </TABLE> 197 <A NAME="skip-navbar_bottom"></A> 198 <!-- ======== END OF BOTTOM NAVBAR ======= --> 199 200 <HR> 201 202 </BODY> 203 </HTML> 204