Interface IRestServicePackagesProvider

    • Method Detail

      • getPackages

        Set<String> getPackages()
        Get the package names of the REST service implementations. The packages are scanned for REST service implementations. Subpackages are scanned as well.
        Returns:
        The packages housing the REST service implementations.