@Target(value=FIELD) @Retention(value=RUNTIME) public @interface GeneratedResourcesDirectory
GeneratedResourcesDirectory
is a resource root with specified
includes/excludes parameters. Generated resources directories are added to MavenProject model as
a result of the build.Modifier and Type | Optional Element and Description |
---|---|
String[] |
defaultExcludes
A list of default exclusion filters.
|
String[] |
defaultIncludes
A list of default inclusion filters.
|
String[] |
defaultValue |
String[] |
excludes
A list of exclusion filters.
|
String[] |
includes
A list of inclusion filters.
|
boolean |
required |
ResourceType |
type
Generated resource type.
|
String[] |
value |
public abstract boolean required
Parameter.required()
public abstract String[] value
Parameter.value()
public abstract String[] defaultValue
Parameter.defaultValue()
public abstract ResourceType type
<configuration>
section.public abstract String[] includes
<configuration>
section. #includes and #defaultIncludes cannot be both used for the same parameter.public abstract String[] defaultIncludes
<configuration>
section. #includes and #defaultIncludes cannot be both used for the
same parameter.public abstract String[] excludes
<configuration>
section. #excludes and #defaultExcludes cannot be both used for the same parameter.public abstract String[] defaultExcludes
<configuration>
section. #excludes and #defaultExcludes cannot be both used for the
same parameter.Copyright © 2021. All rights reserved.