package saker.nest.bundle
public interface BundleIdentifierHolder
Simple interface specifying the trait that the implementing class encloses a BundleIdentifier.
This interface may be implemented by clients.
public BundleIdentifier | Gets the bundle identifier associated with the declaring class. |
Gets the bundle identifier associated with the declaring class.
The bundle identifier. May be
null
.