public final class ModuleAnnotatedMethodScannerBinding extends Objectimplements Element
Binder.scanModulesForAnnotatedMethods(com.google.inject.spi.ModuleAnnotatedMethodScanner) in a module.
| Constructor and Description |
|---|
ModuleAnnotatedMethodScannerBinding(Object
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
acceptVisitor(ElementVisitor
Accepts an element visitor.
|
void |
applyTo(Binder
Writes this module element to the given binder (optional operation).
|
ModuleAnnotatedMethodScanner |
getScanner()
|
Object |
getSource()
Returns an arbitrary object containing information about the "place" where this element was configured.
|
String |
toString()
|
public ModuleAnnotatedMethodScannerBinding(Objectsource, ModuleAnnotatedMethodScanner scanner)
public ObjectgetSource()
Element
Tools might specially handle types they know about; StackTraceElement is a good example. Tools should simply call toString() on the source object if the type is unfamiliar.
public ModuleAnnotatedMethodScannergetScanner()
public <T> T acceptVisitor(ElementVisitor<T> visitor)
Element
acceptVisitor in interface
Element
visitor - to call back on
public void applyTo(Binderbinder)
Element
public StringtoString()