protected static final class C10NConfigBase.C10NFilterBinder<T> extends Object
Filter binding DSL object.
Use annotatedWith(Class) method to restrict the filter
to arguments annotated with the specified annotation(s). Multiple
annotations may be specified using chained annotatedWith(Class) methods.
| Modifier and Type | Method and Description |
|---|---|
C10NConfigBase.C10NFilterBinder<T> |
annotatedWith(Class<? extends Annotation> annotation)
Restrict filter application only to arguments annotated with the
given annotation.
|
List<Class<? extends Annotation>> |
getAnnotatedWith() |
public C10NConfigBase.C10NFilterBinder<T> annotatedWith(Class<? extends Annotation> annotation)
Restrict filter application only to arguments annotated with the given annotation.
Multiple annotations can be specified using method chaining.
annotation - annotation class to restrict filter application topublic List<Class<? extends Annotation>> getAnnotatedWith()
Copyright © 2013. All Rights Reserved.