| Interface | Description |
|---|---|
| WrapperGenerator.Extension |
Extension API available to override the default behavior of the
WrapperGenerator.
|
| WrapperGenerator.MessageInfo |
Hidden interface implemented by the result of the makeWrapper call.
|
| Class | Description |
|---|---|
| OperationTracer | |
| WrapperGenerator |
Given an annotated interface, return a Proxy that implements that interface.
|
| WrapperGenerator.ExtensionBase |
Convenience base class for implementations of Extension that don't
need to override every method.
|
| Enum | Description |
|---|---|
| LogLevel |
Enum corresponding to java.util.logging.Level that can be used in annotations.
|
| Annotation Type | Description |
|---|---|
| Chain |
This annotation is applied to an interface or abstract class that is used
to define methods for logging and/or constructing exceptions.
|
| ExceptionWrapper |
This annotation is applied to an interface or abstract class that is used
to define methods for logging and/or constructing exceptions.
|
| Log |
This annotation is applied to a method to define the log and exception
details for the method.
|
| Message |
This annotation is applied to an interface or abstract class that is used
to define methods for logging and/or constructing exceptions.
|
| NoStackTrace |
Indicates that stack traces should not be added to log records for logging
methods in the interface (if on an interface), or for a particular method.
|
| StackTrace |
Indicates that stack traces should be added to log records for logging
methods in the interface (if on an interface), or for a particular method.
|
Copyright © 2017 Oracle. All rights reserved.