@Documented @Retention(value=RUNTIME) @Target(value={METHOD,PARAMETER,ANNOTATION_TYPE}) public @interface Cast
Adapter
a second cast can also be specified making it
possible to apply a cast to both the argument and the adapter, in this order.
A third "precast" can also be specified, which gets applied before the second one,
but also on return values passed to adapters.
At the moment, Generator
makes use of the simple C-style cast. If one
requires a different kind of type conversion, such as the dynamic_cast
operator, those can be accessed as if they were functions (with the Name
annotation to specify the type) because they have the same syntax.
Generator
public abstract String[] value
Copyright © 2024. All rights reserved.