| Interface | Description |
|---|---|
| OptionalReturn |
For modeling an optional return value from a method when it is unknown whether that method
returns void or a value (value can be null).
|
| Enum | Description |
|---|---|
| MethodModifier |
Used for restricting a
Pointcut to methods with or without particular modifiers. |
| Annotation Type | Description |
|---|---|
| BindClassMeta | |
| BindMethodMeta | |
| BindMethodName | |
| BindOptionalReturn | |
| BindParameter | |
| BindParameterArray | |
| BindReceiver | |
| BindReturn | |
| BindThrowable | |
| BindTraveler | |
| IsEnabled | |
| Mixin |
Annotation to designate a class as a mixin class.
|
| MixinInit |
Designates a method in a @
Mixin class that should be called exactly once
during the construction of each target type. |
| OnAfter | |
| OnBefore | |
| OnReturn | |
| OnThrow | |
| Pointcut | |
| Shim |
Copyright © 2011–2017 Glowroot contributors. All rights reserved.