Interface Markable

    • Method Detail

      • getMarkers

        java.util.Set<java.lang.Class> getMarkers()
        Returns an optional set of marker annotation. Marker annotations are used to disambiguate services; the combination of a marker annotation and a service type is expected to be unique. Note that it is not possible to identify which annotations are markers and which are not when this set is constructed, so it may include non-marker annotations.
        See Also:
        ServiceDef.getMarkers()