1 package test.listeners; 2 3 import org.testng.annotations.Listeners; 4 5 @Listeners(L1.class) 6 public class BaseAggregate { 7 8 } 9