@Internal
@Retention(value=SOURCE)
@Target(value={ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE})
@Documented
public @interface Internal
Annotates a program element (class, method, package etc) which is internal to OpenCensus, not
part of the public API, and should not be used by users of the OpenCensus library.
- Since:
- 0.5