Annotation Type WithType


@Target(PARAMETER)
@Retention(RUNTIME)
public @interface WithType
Parameters with types that can't be resolved at compile time may be annotated @WithType.
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    String value
    The class name intended for this parameter.