Interface SlimAnnotatedType<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void clear()
      Clear up cached content to save memory.
      • Methods inherited from interface jakarta.enterprise.inject.spi.Annotated

        getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
      • Methods inherited from interface jakarta.enterprise.inject.spi.AnnotatedType

        getAnnotations, getConstructors, getFields, getJavaClass, getMethods
    • Method Detail

      • clear

        void clear()
        Clear up cached content to save memory. Called after bootstrap is complete.