Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.api.model.impl.osm
Class TypeAnnotationRegistry<T>

java.lang.Object
  extended by org.nuxeo.ecm.core.api.model.impl.osm.TypeAnnotationRegistry<T>
Direct Known Subclasses:
ObjectAdapterManager

public class TypeAnnotationRegistry<T>
extends Object

Author:
Bogdan Stefanescu

Nested Class Summary
static class TypeAnnotationRegistry.Annotation
           
 
Constructor Summary
TypeAnnotationRegistry()
           
 
Method Summary
 T get(Class<?> type)
           
 void put(Class<?> type, T data)
           
 void remove(Class<?> type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeAnnotationRegistry

public TypeAnnotationRegistry()
Method Detail

get

public T get(Class<?> type)

put

public void put(Class<?> type,
                T data)

remove

public void remove(Class<?> type)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.