@Retention(value=RUNTIME) @Target(value=TYPE) @Documented @Inherited public @interface AutoMount
Modifier and Type | Optional Element and Description |
---|---|
String |
defaultRoot
Allow the configuration of the root path (not including contextPath) for auto generated paths of classes
|
String |
mimeExtension
Allow the configuration of mime type for auto generated paths of classes
|
String[] |
packagesToScan
Allow explicit declaration of packages that should be scanned to generate the code for
auto mounts.
|
public abstract String defaultRoot
public abstract String mimeExtension
public abstract String[] packagesToScan
Copyright © 2015. All rights reserved.