@Documented
@Retention(value=CLASS)
@Target(value={TYPE,FIELD,METHOD,CONSTRUCTOR,PACKAGE})
public @interface User
Indicates that this component is relevant for the USER of a Tdom model
and shall be contained in the generated API doc.
The component can be a class, field or method.
The annotation can be applied in and to runtime classes, compiler classes
(but here it will be naturally rather seldom) and in generated code.