Interface IParameterizable

All Superinterfaces:
IAnnotation
All Known Subinterfaces:
IConfigurationAnnotation, IFactoryAnnotation, ITestAnnotation, ITestOrConfiguration

public interface IParameterizable extends IAnnotation
Parent interface for annotations that can receive parameters.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether this annotation is enabled.
    void
    setEnabled(boolean enabled)
     
  • Method Details

    • getEnabled

      boolean getEnabled()
      Whether this annotation is enabled.
      Returns:
      true if enabled
    • setEnabled

      void setEnabled(boolean enabled)