Interface ProcessedTypes


  • @Deprecated
    public interface ProcessedTypes
    Deprecated.
    Use AnnotationUtil instead
    Constants for processed type names.
    Since:
    1.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String POST_CONSTRUCT
      Deprecated.
      Constant for PostConstruct annotation.
      static java.lang.String PRE_DESTROY
      Deprecated.
      Constant for PreDestroy} annotation.
    • Field Detail

      • POST_CONSTRUCT

        static final java.lang.String POST_CONSTRUCT
        Deprecated.
        Constant for PostConstruct annotation.
        See Also:
        Constant Field Values
      • PRE_DESTROY

        static final java.lang.String PRE_DESTROY
        Deprecated.
        Constant for PreDestroy} annotation.
        See Also:
        Constant Field Values