Interface TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution

    • Method Detail

      • isResolved

        boolean isResolved()
        Returns true if the represented annotation could be resolved.
        Returns:
        true if the represented annotation could be resolved.
      • resolve

        AnnotationDescription resolve()
        Returns the resolved annotation. This method throws an exception if this instance is not resolved.
        Returns:
        The resolved annotation. This method throws an exception if this instance is not resolved.