| Annotation Type | Description |
|---|---|
| BareInjector |
Marks the class in question as a class to be added to the service provider file
(META-INF/services/ftbsc.lll.IInjector) without actually processing it.
|
| Find |
Overrides the marked method in the Injector, having the
implementation return a built
MethodProxy or
FieldProxy with the specified characteristics. |
| Injector |
Marks a method as the injector method for purposes of generation.
|
| Overridden |
Allows specifying what class a certain method is overriding.
|
| Patch |
Marks the class as containing an injector for a user-specified
Class. |
| Target |
Marks a method as the target method.
|
| Target.List |
Used to support
Target as a Repeatable annotation. |