Package de.fraunhofer.aisec.cpg.graph
Annotation Type PopulatedByPass
public @interface PopulatedByPass
This annotation denotes that, this property is populates by a pass. Optionally, also specifying
which Pass class is responsible.
-
Required Element Summary
-
Element Details
-
value
java.lang.Class<? extends Pass> value
-