org.apache.felix.ipojo.manipulator.metadata.annotation.registry
Class AnnotationRegistry
java.lang.Object
org.apache.felix.ipojo.manipulator.metadata.annotation.registry.AnnotationRegistry
public class AnnotationRegistry
- extends java.lang.Object
User: guillaume
Date: 30/05/13
Time: 20:35
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationRegistry
public AnnotationRegistry()
addStereotype
public void addStereotype(org.objectweb.asm.Type type,
java.util.List<RootAnnotationRecorder> recorders)
addUnbound
public void addUnbound(org.objectweb.asm.Type type)
getRecorders
public java.util.List<RootAnnotationRecorder> getRecorders(org.objectweb.asm.Type type)
isStereotype
public boolean isStereotype(org.objectweb.asm.Type type)
isUnbound
public boolean isUnbound(org.objectweb.asm.Type type)
isUnknown
public boolean isUnknown(org.objectweb.asm.Type type)
Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.