X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=system%2Fgeneral%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fsystem%2Fcore%2FProvidedInterface.java;h=aa2621f7f017e70bbb8e8a4eb19f7f9e71fbabfd;hb=9d8bad3454effe781327c7c4d35c2056cb37ffc4;hp=fe7f7d26a73483907d0102b29050c86455f8d55c;hpb=8b23e273eb65c88172305c9a911c8a53043085b8;p=utils diff --git a/system/general/src/main/java/org/wamblee/system/core/ProvidedInterface.java b/system/general/src/main/java/org/wamblee/system/core/ProvidedInterface.java index fe7f7d26..aa2621f7 100644 --- a/system/general/src/main/java/org/wamblee/system/core/ProvidedInterface.java +++ b/system/general/src/main/java/org/wamblee/system/core/ProvidedInterface.java @@ -36,17 +36,9 @@ public interface ProvidedInterface { * @return Service type. */ Class[] getInterfaceTypes(); - - /** - * Sets a unique id of the provided interface to identify it within a given scope. - * Will be called by the container as part of calling {@link #publish(Object, Scope)}. - * @param aId Unique id. - */ - void setUniqueId(String aId); /** - * Gets the unique if of the provided interface. This is set by the container - * using {@link #setUniqueId(String)}. + * Gets the unique if of the provided interface. */ String getUniqueId();