bibliothek.util
Annotation Type ClientOnly


@Retention(value=SOURCE)
@Documented
public @interface ClientOnly

This attribute marks classes, interfaces or other elements that are specially useful for clients. These classes or interfaces have been designed to be used by clients, the framework does not really need them (altough it may use them as well).

Author:
Benjamin Sigg
See Also:
FrameworkOnly