javarequirementstracer
Annotation Type SuppressTraceabilityWarnings


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface SuppressTraceabilityWarnings

Marker annotation to mark exported (public/proteced) types that need to exported but are not required by any requirement, so they can be excluded from reports. See Requirements.

NB.1. Prefer reducing the scope of a type/method to private or package-private over this annotation.
NB.2. This annotation is not and should not be inheritable.

Author:
Ronald Koster



Copyright © 2010. All Rights Reserved.