This PR polishes StandardAnnotationCustomizableTypeExcludeFilters by changing to use consistent modifiers.

Comment From: izeye

@snicoll Their constructor is package-private, so I thought they're effectively package-private. Am I missing something?

Comment From: snicoll

In principle, yes but the type being public doesn't prevent anyone from doing something like:

@TypeExcludeFilters(DataMongoTypeExcludeFilter.class)

Comment From: izeye

@snicoll Thanks for the explanation! I reverted them as suggested.