Package io.micronaut.inject.processing
Interface ProcessedTypes
-
@Deprecated public interface ProcessedTypes
Deprecated.UseAnnotationUtil
insteadConstants for processed type names.- Since:
- 1.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
POST_CONSTRUCT
Deprecated.Constant forPostConstruct
annotation.static java.lang.String
PRE_DESTROY
Deprecated.Constant forPreDestroy
} annotation.
-
-
-
Field Detail
-
POST_CONSTRUCT
static final java.lang.String POST_CONSTRUCT
Deprecated.Constant forPostConstruct
annotation.- See Also:
- Constant Field Values
-
PRE_DESTROY
static final java.lang.String PRE_DESTROY
Deprecated.Constant forPreDestroy
} annotation.- See Also:
- Constant Field Values
-
-