org.apache.felix.ipojo.manipulator.metadata.annotation.registry
Class AnnotationRegistry

java.lang.Object
  extended by 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


Constructor Summary
AnnotationRegistry()
           
 
Method Summary
 void addStereotype(org.objectweb.asm.Type type, java.util.List<RootAnnotationRecorder> recorders)
           
 void addUnbound(org.objectweb.asm.Type type)
           
 java.util.List<RootAnnotationRecorder> getRecorders(org.objectweb.asm.Type type)
           
 boolean isStereotype(org.objectweb.asm.Type type)
           
 boolean isUnbound(org.objectweb.asm.Type type)
           
 boolean isUnknown(org.objectweb.asm.Type type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationRegistry

public AnnotationRegistry()
Method Detail

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.