4.3.2.3. Annotation Type Extension

4.3.2.3.1. Synopsis
4.3.2.3.2. key
4.3.2.3.3. value
4.3.2.3.4. vendorName

Annotation for a non-standard extension.

4.3.2.3.1. Synopsis
 @Target(value={java.lang.annotation.ElementType.TYPE, java.lang.annotation.ElementType.FIELD, java.lang.annotation.ElementType.METHOD}) @Retention(value=java.lang.annotation.RetentionPolicy.RUNTIME) public @interface com.mysql.clusterj.annotation.Extension {
  public java.­lang.­String vendorName ;
  public java.­lang.­String key ;
  public java.­lang.­String value ;
}
4.3.2.3.2. key

The key for the extension (required).

Parameters

return

the key

4.3.2.3.3. value

The value for the extension (required).

Parameters

return

the value

4.3.2.3.4. vendorName

Vendor that the extension applies to (required to make the key unique).

Parameters

return

the vendor