| Class | Description |
|---|---|
| AnnotationMemberValueVisitor |
Sets annotation method value.
|
| DynamicClassGenerator |
Dynamically generates new class from abstract class or interface.
|
| Exception | Description |
|---|---|
| DynamicClassException |
Indicates error during dynamic class generation.
|
| Annotation Type | Description |
|---|---|
| ScopeAnnotation |
Guice doesn't allow scope annotations on abstract types
(
com.google.inject.internal.Annotations#checkForMisplacedScopeAnnotations()), so you can't use it directly. |