Package org.testng.internal.annotations
Class ListenersAnnotation
- java.lang.Object
-
- org.testng.internal.annotations.ListenersAnnotation
-
- All Implemented Interfaces:
IAnnotation
,IListenersAnnotation
,IListeners
public class ListenersAnnotation extends java.lang.Object implements IListeners, IAnnotation
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Class<? extends ITestNGListener>[]
m_value
-
Constructor Summary
Constructors Constructor Description ListenersAnnotation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends ITestNGListener>[]
getValue()
void
setValue(java.lang.Class<? extends ITestNGListener>[] value)
-
-
-
Field Detail
-
m_value
private java.lang.Class<? extends ITestNGListener>[] m_value
-
-
Method Detail
-
getValue
public java.lang.Class<? extends ITestNGListener>[] getValue()
- Specified by:
getValue
in interfaceIListenersAnnotation
-
setValue
public void setValue(java.lang.Class<? extends ITestNGListener>[] value)
- Specified by:
setValue
in interfaceIListenersAnnotation
-
-