Searched refs:annotateKey (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAnnotate.java44 protected static final Context.Key<Annotate> annotateKey = field in class:Annotate
48 Annotate instance = context.get(annotateKey);
65 context.put(annotateKey, this);

Completed in 82 milliseconds