Package org.minijax.cdi.annotation
Class DefaultFieldAnnotationProcessor<T>
java.lang.Object
org.minijax.cdi.annotation.DefaultFieldAnnotationProcessor<T>
- All Implemented Interfaces:
FieldAnnotationProcessor<T>
public class DefaultFieldAnnotationProcessor<T> extends java.lang.Object implements FieldAnnotationProcessor<T>
-
Constructor Summary
Constructors Constructor Description DefaultFieldAnnotationProcessor() -
Method Summary
Modifier and Type Method Description MinijaxProvider<T>buildProvider(MinijaxInjectorState state, java.lang.Class<T> type, java.lang.annotation.Annotation[] annotations)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DefaultFieldAnnotationProcessor
public DefaultFieldAnnotationProcessor()
-
-
Method Details
-
buildProvider
public MinijaxProvider<T> buildProvider(MinijaxInjectorState state, java.lang.Class<T> type, java.lang.annotation.Annotation[] annotations)- Specified by:
buildProviderin interfaceFieldAnnotationProcessor<T>
-