You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@TypeExcludeFilters isn't declared as @Inherited, so I can't use the annotation on test superclasses.
There is a workaround currently to create a custom meta-annotation marked @Inherited and add @TypeExcludeFilters there, but I actually wouldn't see any harm to add Inherited directly. Most annotations in Spring and elsewhere are Inherited, so it actually took me by surprise and I spent 30-60 min wondering what was not working in my setup.
The text was updated successfully, but these errors were encountered:
@TypeExcludeFilters
isn't declared as@Inherited
, so I can't use the annotation on test superclasses.There is a workaround currently to create a custom meta-annotation marked
@Inherited
and add@TypeExcludeFilters
there, but I actually wouldn't see any harm to add Inherited directly. Most annotations in Spring and elsewhere are Inherited, so it actually took me by surprise and I spent 30-60 min wondering what was not working in my setup.The text was updated successfully, but these errors were encountered: