Rule Execution Server API

ilog.rules.bom.annotations
Annotation Type CustomProperties


@Retention(value=RUNTIME)
@Target(value={TYPE,CONSTRUCTOR,FIELD,PARAMETER,METHOD})
public @interface CustomProperties

Annotation for setting a number of persistent properties on an IlrModelElement. When processed, this annotation results in calls to IlrProperties.setPersistentProperty(String, String) on the model element that has been created in the BOM.

Since:
JRules 7.0

Required Element Summary
 String[] names
           
 String[] values
           
 

Element Detail

names

public abstract String[] names

values

public abstract String[] values

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013