Interface Packaged<T>

    • Method Detail

      • getPackage

        String getPackage()
        Get the package of this Packaged, or return null if it is in the default package.
      • isDefaultPackage

        boolean isDefaultPackage()
        Return whether or not this Packaged is in the default package.