类 TypeMappedAnnotations.IsPresent

java.lang.Object
cn.taketoday.core.annotation.TypeMappedAnnotations.IsPresent
所有已实现的接口:
AnnotationsProcessor<Object,Boolean>
封闭类:
TypeMappedAnnotations

private static final class TypeMappedAnnotations.IsPresent extends Object implements AnnotationsProcessor<Object,Boolean>
AnnotationsProcessor used to detect if an annotation is directly present or meta-present.
  • 字段详细资料

    • SHARED

      private static final TypeMappedAnnotations.IsPresent[] SHARED
      Shared instances that save us needing to create a new processor for the common combinations.
    • directOnly

      private final boolean directOnly
    • annotationFilter

      private final AnnotationFilter annotationFilter
    • repeatableContainers

      private final RepeatableContainers repeatableContainers
  • 构造器详细资料

  • 方法详细资料