org.apache.felix.ipojo.manipulator.spi
Class AbsBindingModule.ConditionalBindingBuilder

java.lang.Object
  extended by org.apache.felix.ipojo.manipulator.spi.AbsBindingModule.ConditionalBindingBuilder
Enclosing class:
AbsBindingModule

public class AbsBindingModule.ConditionalBindingBuilder
extends java.lang.Object


Constructor Summary
AbsBindingModule.ConditionalBindingBuilder(AbsBindingModule.AnnotationBindingBuilder parent, Predicate predicate)
           
 
Method Summary
 AbsBindingModule.AnnotationBindingBuilder to(AnnotationVisitorFactory factory)
          Complete the annotation binding with the AnnotationVisitorFactory to be executed when the annotation is found.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbsBindingModule.ConditionalBindingBuilder

public AbsBindingModule.ConditionalBindingBuilder(AbsBindingModule.AnnotationBindingBuilder parent,
                                                  Predicate predicate)
Method Detail

to

public AbsBindingModule.AnnotationBindingBuilder to(AnnotationVisitorFactory factory)
Complete the annotation binding with the AnnotationVisitorFactory to be executed when the annotation is found.

Parameters:
factory - to be executed when the annotation is found.


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