Class MethodIntrospection

    • Method Detail

      • annotations

        public AnnotationQuery<Annotation> annotations()
        Query for annotations on specified method.
        Returns:
        annotations query on introspected method.
      • isCallable

        public boolean isCallable()
        Check if method is callable.

        This only checks there is a scenario that introspected method can be called.

        Returns:
        if method is callable.