@Documented @Retention(value=RUNTIME) @Target(value={METHOD,PARAMETER}) @Adapter(value="SharedPtrAdapter") public @interface SharedPtr
@Adapter("SharedPtrAdapter<type>")
.
We also need to define the SHARED_PTR_NAMESPACE
macro
to something like boost
or std
.Copyright © 2020. All rights reserved.