All Superinterfaces:
XElement, XExecutable, XMember

public interface XMethod extends XExecutable
Since:
4.3
Author:
[email protected]
  • Method Details

    • getReturnType

      XClass getReturnType()
    • determineOptionalReturnType

      XClass determineOptionalReturnType()
      Determine the type argument of Optional, if the return is Optional, otherwise just return the return type.
    • isAbstract

      default boolean isAbstract()