public class AbsBindingModule.ConditionalBindingBuilder extends Object
| Constructor and Description |
|---|
ConditionalBindingBuilder(AbsBindingModule.AnnotationBindingBuilder parent,
Predicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
AbsBindingModule.AnnotationBindingBuilder |
to(AnnotationVisitorFactory factory)
Complete the annotation binding with the
AnnotationVisitorFactory to be executed
when the annotation is found. |
public ConditionalBindingBuilder(AbsBindingModule.AnnotationBindingBuilder parent, Predicate predicate)
public AbsBindingModule.AnnotationBindingBuilder to(AnnotationVisitorFactory factory)
AnnotationVisitorFactory to be executed
when the annotation is found.factory - to be executed when the annotation is found.Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.