Annotation Interface PublicationFilter


@Retention(RUNTIME) public @interface PublicationFilter
For now a marker interface to indicate that a collection needs filtering when the parent object is published.

This used to be, and largely still is, done by Hibernate filters.

For now, no code is actually using this annotation, but we could use it to filter collections in the future, but at least it administrates the need for filtering now.

Since:
7.10