Package de.mhus.lib.core.pojo
Class AnnotationFilter
- java.lang.Object
-
- de.mhus.lib.core.pojo.AnnotationFilter
-
- All Implemented Interfaces:
PojoFilter
public class AnnotationFilter extends Object implements PojoFilter
-
-
Constructor Summary
Constructors Constructor Description AnnotationFilter(Class<? extends Annotation>... allowed)
-
-
-
Constructor Detail
-
AnnotationFilter
@SafeVarargs public AnnotationFilter(Class<? extends Annotation>... allowed)
-
-
Method Detail
-
filter
public void filter(PojoModelImpl model)
- Specified by:
filterin interfacePojoFilter
-
-