Package io.quarkus.arquillian
Class InjectionEnricher.CreationContextHolder
- java.lang.Object
-
- io.quarkus.arquillian.InjectionEnricher.CreationContextHolder
-
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
- InjectionEnricher
public static class InjectionEnricher.CreationContextHolder extends Object implements Closeable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Closeablecloseable(package private) ObjectcreationalContext
-
Constructor Summary
Constructors Constructor Description CreationContextHolder(Closeable closeable, Object creationalContext)
-
-
-
Method Detail
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-