If there is no @ConcernFor annotation on any of the member fields of a Modifier, or if there are more than one member field annotated with this annotation, then there will be a RuntimeException thrown.
NOTE: The @ConcernFor annotation should typically not be used. Instead, extend the class ConcernOf<mixintype> for effectively the same thing.