Package org.soulwing.prospecto.jaxrs.api
Annotation Type ModelPathSpecs
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface ModelPathSpecs
An annotation that acts as a container forModelPathSpecannotations.- Author:
- Carl Harris
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ModelPathSpec[]valueArray of model path specs.
-
-
-
Element Detail
-
value
ModelPathSpec[] value
Array of model path specs.- Returns:
- array of specs
-
-