Annotation Type AnalysisContextContained


  • @Documented
    @Retention(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.