com.caucho.quercus.annotation |
|
Java Source File Name | Type | Comment |
ClassImplementation.java | Annotation | The @ClassImplementation annotation annotates a class as
implementing methods for a Quercus object. |
Construct.java | Annotation | The @Construct annotation. |
Delegates.java | Annotation | Mark a class as having a delegate that overrides some or all of the
default behaviour of an object. |
Name.java | Annotation | Used to indicate the name that should be used in the php namespace. |
NotNull.java | Annotation | The @NotNull annotation. |
Optional.java | Annotation | The @Optional annotation. |
ReadOnly.java | Annotation | The @ReadOnly annotation marks the argument as unmodified.. |
Reference.java | Annotation | The @Reference annotation. |
ReturnNullAsFalse.java | Annotation | Mark a method such that if execution of the method returns null,
the value returned to the Quercus caller is instead
com.caucho.quercus.env.BooleanValue.FALSE . |
This.java | Annotation | The @This annotation marks a parameter as the Quercus "this" value. |
UsesSymbolTable.java | Annotation | The @UsesSymbolTable annotation. |
VariableArguments.java | Annotation | The @VariableArguments annotation. |