@Target(value=PARAMETER) @Retention(value=RUNTIME) @Documented public @interface Import
In
parameter of jobflow class constructors.Modifier and Type | Required Element and Description |
---|---|
Class<? extends ImporterDescription> |
description
The importer description class for describing the import operation of the target flow input.
|
String |
name
The import operation identifier.
|
public abstract String name
Name :
NameStart NamePart*
NameStart: one of
A-Z
a-z
_
NamePart: one of
NameStart
0-9
In other words, the above rule is a subset of Java class or names.public abstract Class<? extends ImporterDescription> description
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.