Rule Execution Server API

ilog.rules.bom.annotations
Annotation Type PatternDomain


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

Annotation for declaring a pattern domain. This annotation leads to the creation of an IlrPatternDomain in the BOM.

Since:
JRules 7.0

Required Element Summary
 String value
          The pattern.
 

Element Detail

value

public abstract String value
The pattern.


Rule Execution Server API

© Copyright IBM Corp. 1987, 2013