org.apache.felix.ipojo.manipulator.spi
Interface AnnotationVisitorFactory


public interface AnnotationVisitorFactory

Produces a new AnnotationVisitor instance for the given BindingContext.

Author:
Felix Project Team

Method Summary
 org.objectweb.asm.AnnotationVisitor newAnnotationVisitor(BindingContext context)
          May return null if no visitor can be created.
 

Method Detail

newAnnotationVisitor

org.objectweb.asm.AnnotationVisitor newAnnotationVisitor(BindingContext context)
May return null if no visitor can be created.



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.