@Retention(value=RUNTIME)
@Target(value={METHOD,PARAMETER})
public @interface ByPtrRef
Indicates that an argument gets passed or returned by a reference to a pointer.
In C++, such a beast looks like *&, usually to output pointers via parameters.
- Author:
- Samuel Audet
- See Also:
Generator