class OwnerTypeFieldAccessValidator
extends java.lang.Object
implements IFieldAccessValidator
A tool that is able to determine if a field is observable or not based on the type of owner. If the owner is an agent or an agent trait, the field is not observable. If the owner of another type, the field is observable.