@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.
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| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
value |