Interface ReferenceTypeDelegate

    • Method Detail

      • isAspect

        boolean isAspect()
      • isAnnotationStyleAspect

        boolean isAnnotationStyleAspect()
      • isInterface

        boolean isInterface()
      • isEnum

        boolean isEnum()
      • isAnnotation

        boolean isAnnotation()
      • getRetentionPolicy

        String getRetentionPolicy()
      • canAnnotationTargetType

        boolean canAnnotationTargetType()
      • isAnnotationWithRuntimeRetention

        boolean isAnnotationWithRuntimeRetention()
      • isClass

        boolean isClass()
      • isGeneric

        boolean isGeneric()
      • isAnonymous

        boolean isAnonymous()
      • isNested

        boolean isNested()
      • getDeclaredInterfaces

        ResolvedType[] getDeclaredInterfaces()
      • getModifiers

        int getModifiers()
      • isExposedToWeaver

        boolean isExposedToWeaver()
      • doesNotExposeShadowMungers

        boolean doesNotExposeShadowMungers()
      • getSourcefilename

        String getSourcefilename()
      • getDeclaredGenericSignature

        String getDeclaredGenericSignature()
      • copySourceContext

        boolean copySourceContext()
      • isCacheable

        boolean isCacheable()
      • getCompilerVersion

        int getCompilerVersion()
      • ensureConsistent

        void ensureConsistent()
      • isWeavable

        boolean isWeavable()
      • hasBeenWoven

        boolean hasBeenWoven()
      • hasAnnotations

        boolean hasAnnotations()