@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface JobFlow
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.Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.