com.caucho.quercus.annotation
Annotation Type ClassImplementation
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ClassImplementation
The @ClassImplementation annotation annotates a class as
implementing methods for a Quercus object.
The object will be an ObjectValue, not a JavaValue.
Most of the methods will have a @This annotation on the first argument
to handle the Quercus object.
Optional Element Summary |
java.lang.String |
iface
|
java.lang.String |
parent
|
parent
public abstract java.lang.String parent
- Default:
- ""
iface
public abstract java.lang.String iface
- Default:
- ""