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