Package org.soulwing.prospecto.jaxrs.api
Annotation Type ModelPathSpec
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface ModelPathSpec
An annotation that identifies a sequence of model classes that collectively refer to a given resource.- Author:
- Carl Harris
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleandescriptorFlag indicating whether a type annotated with this annotation should be considered a resource descriptor.booleaninheritFlag indicating whether the type or method annotated with this method inherits model path.
-
-
-
Element Detail
-
value
Class<?>[] value
Sequence of model classes that reference the annotated resource method.- Returns:
- array of model classes
-
-