Package it.unive.lisa
Annotation Type DefaultImplementation
-
@Target(TYPE) @Retention(RUNTIME) public @interface DefaultImplementationAn annotation defining the default implementation for an analysis component. The value of this annotation will be looked up byLiSAFactory.getDefaultFor(Class, Object...)to instantiate the appropriate class.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>valueThe class of the default implementation of the annotated analysis component.
-