Rule Execution Server API

ilog.rules.bom.annotations
Annotation Type NotBusiness


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

Annotation for avoiding to represent a Java type or member in the BOM. This annotation avoids the creation of a representation of the annotated class or member in the BOM. Note that if a class is annotated with @NotBusiness, all members that use this class will not be imported in the BOM.

Since:
JRules 7.0


Rule Execution Server API

© Copyright IBM Corp. 1987, 2012