Interface DefaultMethodInterface

  • All Known Implementing Classes:
    DefaultMethodResource

    public interface DefaultMethodInterface
    Example interface containing resource methods in form of Java8's default methods.
    Author:
    Adam Lindenthal
    • Method Detail

      • root

        @GET
        default String root()
      • path

        @GET
        @Path("path")
        default String path()