@Retention(value=RUNTIME) public @interface Template
Modifier and Type | Required Element and Description |
---|---|
String |
signature |
Modifier and Type | Optional Element and Description |
---|---|
String[] |
abstractMethodNames |
Fragment[] |
fragmentArguments |
int |
genericsCount |
int |
inheritanceDepth |
String |
jamonContextType |
Method[] |
methods |
Argument[] |
optionalArguments |
boolean |
replaceable |
Argument[] |
requiredArguments |
public abstract String signature
public abstract Argument[] requiredArguments
public abstract Argument[] optionalArguments
public abstract Fragment[] fragmentArguments
public abstract Method[] methods
public abstract String[] abstractMethodNames
public abstract String jamonContextType
Copyright © 2003–2014 Jamon developers. All rights reserved.