Searched defs:JniType (Results 1 – 5 of 5) sorted by relevance
175 #### Original Code:196 #### After using `@JniType`216 #### Implementing Conversion Functions255 #### Array Conversion Functions272 #### Nullability
13 public @interface JniType { annotation
52 using JniType = typename detail::JavaObjectType<T>::type; variable