@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited @Documented public @interface URLMappings
Container annotation for multiple URLMapping annotations placed on
a single class.
URLMapping| Modifier and Type | Optional Element and Description |
|---|---|
URLMapping[] |
mappings
List of
URLMapping annotations applied to the class. |
public abstract URLMapping[] mappings
List of URLMapping annotations applied to the class.
Copyright © 2014 OCPsoft. All Rights Reserved.