Annotation Interface View


@Target(TYPE) @Retention(RUNTIME) public @interface View
Classes annotated with this annotation are saying that they implement the ViewProvider interface for class 'of'.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • of

      Class<?> of
      Returns:
      the class for which this is a view of.