Annotation Type Info
-
@Retention(RUNTIME) @Target(TYPE) public @interface InfoInfo Details Class level annotation that identifies this class as being an info object. Can supply additional information about the contract, including title, description, version, license and contact information.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description ContactcontactContact object that can be populated with email, name and url fields.java.lang.StringdescriptionLicenselicenseLicense object that can be populated to include name and url.java.lang.StringtermsOfServicejava.lang.Stringtitlejava.lang.Stringversion
-
-
-
-
license
License license
License object that can be populated to include name and url.- Returns:
- License object
- Default:
- @org.hyperledger.fabric.contract.annotation.License
-
-
-
contact
Contact contact
Contact object that can be populated with email, name and url fields.- Returns:
- Contact object
- Default:
- @org.hyperledger.fabric.contract.annotation.Contact
-
-