程序包的使用
cn.taketoday.core.type
使用cn.taketoday.core.type的程序包
程序包
说明
Core support package for annotations, meta-annotations, and merged
annotations with attribute overrides.
Core support package for type introspection.
Support classes for reading annotation and class-level metadata.
Core support package for type filtering (e.g. for classpath scanning).
-
类说明
-
类说明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.
ClassMetadataimplementation that uses standard reflection to introspect a givenClass. -
类说明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.
-
类说明Interface that defines abstract metadata of a specific class, in a form that does not require that class to be loaded yet.