Elementpublic final class ModuleAnnotatedMethodScannerBinding extends Object implements Element
Binder.scanModulesForAnnotatedMethods(com.google.inject.spi.ModuleAnnotatedMethodScanner) in a module.| Constructor | Description |
|---|---|
ModuleAnnotatedMethodScannerBinding(Object source,
ModuleAnnotatedMethodScanner scanner) |
| Modifier and Type | Method | Description |
|---|---|---|
<T> T |
acceptVisitor(ElementVisitor<T> visitor) |
Accepts an element visitor.
|
void |
applyTo(Binder 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(Object source, ModuleAnnotatedMethodScanner scanner)
public Object getSource()
ElementTools 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 ModuleAnnotatedMethodScanner getScanner()
public <T> T acceptVisitor(ElementVisitor<T> visitor)
ElementacceptVisitor in interface Elementvisitor - to call back onpublic void applyTo(Binder binder)
ElementCopyright © 2006–2018 Google, Inc.. All rights reserved.