@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ILPMinerStrategyExtensionImpl
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class<?> |
ExtensionSuperClass
Returns the ILPModel that this extension can be applied to.
|