bibliothek.util
Annotation Type FrameworkOnly


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

This annotation marks classes, interfaces and other elements that should not be used by clients. To be more specific:

This annotation is only a hint: there may very well exist situations were a client needs to create or implement a FrameworkOnly element.

Author:
Benjamin Sigg
See Also:
ClientOnly