@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Contract
Modifier and Type | Optional Element and Description |
---|---|
Info |
info
The Info object can be supplied to provide additional information about the
contract.
|
java.lang.String |
name
Contract name.
|
java.lang.String |
transactionSerializer
Transaction Serializer Classname.
|
public abstract Info info
public abstract java.lang.String name
public abstract java.lang.String transactionSerializer