@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @ViewMetaData(preProcessor=Folder.FolderConfigPreProcessor.class) public @interface Folder
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends Folder.NameBuilder> |
folderNameBuilder
Allows to add a custom inline path-builder
(a custom default implementation can be configured globally via the config mechanism provided by DeltaSpike)
|
String |
name
Allows to specify a custom (folder-)name
|
@SkipMetaDataMerge public abstract String name
public abstract Class<? extends Folder.NameBuilder> folderNameBuilder
Copyright © 2020 The Apache Software Foundation. All rights reserved.