Annotation Type ImplementedBy


@Target(TYPE) @Retention(RUNTIME) public @interface ImplementedBy
Denotes implementation for annotated interface or abstract class so that it can be instantiated via TypeResolver.
Author:
Lukas Fryc
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The name of the class which implements annotated interface or abstract class
    The class which implements annotated interface or abstract class
  • Element Details

    • value

      Class<?> value
      The class which implements annotated interface or abstract class
      Default:
      org.jboss.arquillian.graphene.spi.ImplementedBy.class
    • className

      String className
      The name of the class which implements annotated interface or abstract class
      Default:
      ""