Package org.minijax.cdi.annotation
Interface FieldAnnotationProcessor<T>
- All Known Implementing Classes:
DefaultFieldAnnotationProcessor
public interface FieldAnnotationProcessor<T>
-
Method Summary
Modifier and Type Method Description MinijaxProvider<T>buildProvider(MinijaxInjectorState state, java.lang.Class<T> type, java.lang.annotation.Annotation[] annotations)
-
Method Details
-
buildProvider
MinijaxProvider<T> buildProvider(MinijaxInjectorState state, java.lang.Class<T> type, java.lang.annotation.Annotation[] annotations)
-