-
@Documented
@Retention(value=RUNTIME)
public @interface AnalysisContextContained
Any class or package annotation with this annotation must avoid using mutable static data,
and instead use the AnalysisContext for any cross-instance data.
Copyright © 2003–2015. All rights reserved.