Package de.uni_kiel.rz.fdr.repl
Annotation Interface Dynamize
This annotation enables the (very experimental) dynamization feature for a given class.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Controls whether all subclasses should automatically be dynamized as well.
-
Element Details
-
inherit
boolean inheritControls whether all subclasses should automatically be dynamized as well. This should generally be left enabled.- Returns:
- The inherit flag.
- Default:
- true
-