case classProtectedInTemplate(owner: TemplateEntity) extends Visibility with Product with Serializable
The visibility of protected[owner] members. An unqualified protected
members is encoded with owner equal to the members's inTemplate.
Note that whilst the member is visible in any template owned by owner,
it is only visible in subclasses of the member's inTemplate.
The visibility of
protected[owner]members. An unqualified protected members is encoded withownerequal to the members'sinTemplate. Note that whilst the member is visible in any template owned byowner, it is only visible in subclasses of the member'sinTemplate.