Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.annotations
Class AnnotationManager

java.lang.Object
  extended by org.nuxeo.runtime.annotations.AnnotationManager

public class AnnotationManager
extends java.lang.Object

Author:
Bogdan Stefanescu

Constructor Summary
AnnotationManager()
           
 
Method Summary
 void flushCache()
           
<T> AnnotatedClass<T>
getAnnotatedClass(java.lang.Class<T> clazz)
           
<T> AnnotatedClass<T>
load(java.lang.Class<T> clazz)
           
<T> AnnotatedClass<T>
lookup(java.lang.Class<T> clazz)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationManager

public AnnotationManager()
Method Detail

flushCache

public void flushCache()

getAnnotatedClass

public <T> AnnotatedClass<T> getAnnotatedClass(java.lang.Class<T> clazz)

lookup

public <T> AnnotatedClass<T> lookup(java.lang.Class<T> clazz)

load

public <T> AnnotatedClass<T> load(java.lang.Class<T> clazz)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.