Package | Description |
---|---|
info.junius.library.jabb.util |
Modifier and Type | Method and Description |
---|---|
ObjectID |
ObjectIdAnnotationFinder.get(java.lang.Class<?> clazz)
Returns the first ObjectID annotation found in the class hierarchy.
|
ObjectID |
ObjectIdAnnotationFinder.get(java.lang.Object o)
Returns the first ObjectID annotation found in the object hierarchy.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ObjectID> |
ObjectIdAnnotationFinder.findAnnotations(java.lang.Class<?> clazz,
java.util.List<ObjectID> result)
Finds ObjectID annotation in a hierarchy of classes using recursion.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ObjectID> |
ObjectIdAnnotationFinder.findAnnotations(java.lang.Class<?> clazz,
java.util.List<ObjectID> result)
Finds ObjectID annotation in a hierarchy of classes using recursion.
|