17.20. @PropertySpecificOption の使用
KnowledgeBuilderConfiguration の
on オプションを使用して、デフォルトで @watch を有効にするか、完全に拒否できます。この新しい PropertySpecificOption には、以下の 3 つの値のいずれかを指定できます。
- DISABLED => the feature is turned off and all the other related annotations are just ignored
- ALLOWED => this is the default behavior: types are not property reactive unless they are not annotated with @PropertySpecific
- ALWAYS => all types are property reactive by default
- DISABLED => the feature is turned off and all the other related annotations are just ignored
- ALLOWED => this is the default behavior: types are not property reactive unless they are not annotated with @PropertySpecific
- ALWAYS => all types are property reactive by default