Package | Description |
---|---|
com.asakusafw.info.operator |
Asakusa operator DSL information models.
|
com.asakusafw.info.value |
Wrapped values.
|
Modifier and Type | Method and Description |
---|---|
AnnotationInfo |
UserOperatorSpec.getAnnotation()
Returns the operator annotation.
|
Modifier and Type | Method and Description |
---|---|
static UserOperatorSpec |
UserOperatorSpec.of(AnnotationInfo annotation,
ClassInfo declaringClass,
ClassInfo implementationClass,
String methodName)
Returns an instance.
|
Modifier and Type | Method and Description |
---|---|
static AnnotationInfo |
AnnotationInfo.of(ClassInfo declaringClass,
Map<String,? extends ValueInfo> elements)
Returns an instance for the annotation.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.