public final class Attributes extends Object
| Modifier and Type | Method and Description |
|---|---|
static ExternInfo |
extern(String name,
Class<?> description)
Creates a new
ExternInfo object. |
static KeyInfo |
key()
Creates a new
KeyInfo object. |
static OperatorHelper |
support(String name,
Class<?>... parameterTypes)
Creates a new
OperatorHelper object. |
public static ExternInfo extern(String name, Class<?> description)
ExternInfo object.name - the external port namedescription - the external port description classpublic static OperatorHelper support(String name, Class<?>... parameterTypes)
OperatorHelper object.name - the support method nameparameterTypes - the support method parameter typesCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.