@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 (although it may use them as well).
- Author:
- Benjamin Sigg
- See Also:
FrameworkOnly