Package ftbsc.lll.processor.annotations
-
Annotation Types Summary 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 builtMethodProxy
orFieldProxy
with the specified characteristics.Injector Marks a method as the injector method for purposes of generation.Patch Marks the class as containing an injector for a user-specifiedClass
.Target Marks a method as the target method.Target.List Used to supportTarget
as aRepeatable
annotation.