程序包 cn.taketoday.core.type


@NonNullApi @NonNullFields package cn.taketoday.core.type
Core support package for type introspection.
  • 说明
    Defines access to the annotations of a specific type (class or method), in a form that does not necessarily require the class-loading.
    Interface that defines abstract access to the annotations of a specific class, in a form that does not require that class to be loaded yet.
    Interface that defines abstract metadata of a specific class, in a form that does not require that class to be loaded yet.
    Interface that defines abstract access to the annotations of a specific method, in a form that does not require that method's class to be loaded yet.
    Copy of the @Scope annotation for testing purposes.
    AnnotationMetadata implementation that uses standard reflection to introspect a given Class.
    ClassMetadata implementation that uses standard reflection to introspect a given Class.
    MethodMetadata implementation that uses standard reflection to introspect a given Method.