Package org.smallmind.web.jersey.aop
Annotation Type ResourceMethod
-
@Retention(RUNTIME) @Target(METHOD) @NameBinding public @interface ResourceMethod
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanvalidateClass<? extends JsonEntity>value
-
-
-
Element Detail
-
value
Class<? extends JsonEntity> value
- Default:
- org.smallmind.web.jersey.aop.JsonEntity.class
-
-