JADE Java Persistence API
1.0

com.jadeworld.jade.persistence
Annotation Type JadeMethod


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface JadeMethod

JADE method source to copy into the generated schema. Method-level annotation. Signature is the method name, parameters, return type, and options. Body is the rest of the method source, as an array of String literals.

Author:
JADE Development Centre, Jade Software Corporation Ltd.

Required Element Summary
 java.lang.String[] body
          The rest of the method source, as an array of String literals.
 java.lang.String signature
          The method name, parameters, return type, and options.
 

Element Detail

signature

public abstract java.lang.String signature
The method name, parameters, return type, and options.


body

public abstract java.lang.String[] body
The rest of the method source, as an array of String literals.


JADE Java Persistence API
1.0

Copyright © 2007 Jade Software Corporation