public class Scanner<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Scanner.Visitor<V> |
| Constructor and Description |
|---|
Scanner(com.google.inject.Injector injector,
Class<T> scanFor) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Scanner.Visitor<T> visitor)
Start the process, visiting each ServletContextListener bound in the injector or any parents
|
public void accept(Scanner.Visitor<T> visitor)
Copyright © 2015. All rights reserved.