|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.loom.annotation.processor.VisitedClasses
public class VisitedClasses
Stores the list of classesvisited while processing annotations for an action. this class is not thread safe, but the configuration phase is single-threaded anyway.
Constructor Summary | |
---|---|
VisitedClasses()
|
Method Summary | |
---|---|
static void |
add(java.lang.Class<?> clazz)
|
static java.util.Set<java.lang.Class<?>> |
get()
|
static void |
initialize()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VisitedClasses()
Method Detail |
---|
public static void initialize()
public static java.util.Set<java.lang.Class<?>> get()
public static void add(java.lang.Class<?> clazz)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |