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.concurrent 8 </TITLE> 9 10 <META NAME="keywords" CONTENT="javax.annotation.concurrent 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.concurrent"; 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/package-summary.html"><B>PREV PACKAGE</B></A> 55 <A HREF="../../../javax/annotation/meta/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> 56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 57 <A HREF="../../../index.html?javax/annotation/concurrent/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.concurrent 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>Annotation Types Summary</B></FONT></TH> 86 </TR> 87 <TR BGCOLOR="white" CLASS="TableRowColor"> 88 <TD WIDTH="15%"><B><A HREF="../../../javax/annotation/concurrent/GuardedBy.html" title="annotation in javax.annotation.concurrent">GuardedBy</A></B></TD> 89 <TD>GuardedBy 90 91 The field or method to which this annotation is applied can only be accessed 92 when holding a particular lock, which may be a built-in (synchronization) 93 lock, or may be an explicit java.util.concurrent.Lock.</TD> 94 </TR> 95 <TR BGCOLOR="white" CLASS="TableRowColor"> 96 <TD WIDTH="15%"><B><A HREF="../../../javax/annotation/concurrent/Immutable.html" title="annotation in javax.annotation.concurrent">Immutable</A></B></TD> 97 <TD>Immutable 98 99 The class to which this annotation is applied is immutable.</TD> 100 </TR> 101 <TR BGCOLOR="white" CLASS="TableRowColor"> 102 <TD WIDTH="15%"><B><A HREF="../../../javax/annotation/concurrent/NotThreadSafe.html" title="annotation in javax.annotation.concurrent">NotThreadSafe</A></B></TD> 103 <TD>NotThreadSafe 104 105 The class to which this annotation is applied is not thread-safe.</TD> 106 </TR> 107 <TR BGCOLOR="white" CLASS="TableRowColor"> 108 <TD WIDTH="15%"><B><A HREF="../../../javax/annotation/concurrent/ThreadSafe.html" title="annotation in javax.annotation.concurrent">ThreadSafe</A></B></TD> 109 <TD>ThreadSafe 110 111 The class to which this annotation is applied is thread-safe.</TD> 112 </TR> 113 </TABLE> 114 115 116 <P> 117 <DL> 118 </DL> 119 <HR> 120 121 122 <!-- ======= START OF BOTTOM NAVBAR ====== --> 123 <A NAME="navbar_bottom"><!-- --></A> 124 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> 125 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 126 <TR> 127 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 128 <A NAME="navbar_bottom_firstrow"><!-- --></A> 129 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 130 <TR ALIGN="center" VALIGN="top"> 131 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 132 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> 133 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> 134 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 135 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 136 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 137 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 138 </TR> 139 </TABLE> 140 </TD> 141 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 142 </EM> 143 </TD> 144 </TR> 145 146 <TR> 147 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 148 <A HREF="../../../javax/annotation/package-summary.html"><B>PREV PACKAGE</B></A> 149 <A HREF="../../../javax/annotation/meta/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> 150 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 151 <A HREF="../../../index.html?javax/annotation/concurrent/package-summary.html" target="_top"><B>FRAMES</B></A> 152 <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> 153 <SCRIPT type="text/javascript"> 154 <!-- 155 if(window==top) { 156 document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); 157 } 158 //--> 159 </SCRIPT> 160 <NOSCRIPT> 161 <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> 162 </NOSCRIPT> 163 164 165 </FONT></TD> 166 </TR> 167 </TABLE> 168 <A NAME="skip-navbar_bottom"></A> 169 <!-- ======== END OF BOTTOM NAVBAR ======= --> 170 171 <HR> 172 173 </BODY> 174 </HTML> 175