Description
currently @Exclude doesn't get inherited.
we have to think about using @Inherited here.
however, a common use-case is to @Exclude jpa entities.
in most cases there is an abstract entity-class which could allow to @Exclude all entities (which inherit from it) at a central point.
-> we can support it manually while we think about the possible impacts of @Inherited for @Exclude.