@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.