Annotation Type ByPtrRef


  • @Documented
    @Retention(RUNTIME)
    @Target({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.
    See Also:
    Generator