1 25 package org.objectweb.easybeans.tests.common.interceptors.business.wrongspecification; 26 27 28 34 public class ArgsConstructorInterceptor { 35 36 42 public ArgsConstructorInterceptor(final Integer arg1, final Integer arg2){ 43 throw new IllegalStateException ("This constructor has args and this isn't valid to the JSR 220 - EJB 3.0 Spec."); 44 } 45 } 46 | Popular Tags |