Class AutoCloseAnnotationProcessor
- java.lang.Object
-
- org.antublue.test.engine.internal.test.util.AutoCloseAnnotationProcessor
-
public class AutoCloseAnnotationProcessor extends Object
Class to implement FieldInjector
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose(Object object, Field field, ThrowableContext throwableContext)Method to inject an Argument into a Fieldstatic AutoCloseAnnotationProcessorgetSingleton()
-
-
-
Method Detail
-
getSingleton
public static final AutoCloseAnnotationProcessor getSingleton()
-
close
public void close(Object object, Field field, ThrowableContext throwableContext)
Method to inject an Argument into a Field- Parameters:
object- objectfield- fieldthrowableContext- throwableContext
-
-