package os2200annotepkg;
import com.unisys.jai.core.*;

@LIB(
	OS2200Path="%os2200Path",
	J2EEPath="%j2eePath"
)
@TIP(
         host="", // Ip address or computer name of OS 2200 target
         port=-1, // The port number in the CITA configuration which
                  // handles the specified transactions
         classname="", // Optional, name of the connection class
         transactions={
         // You must specify at least one transaction
         @Transaction(
         	name="" // name of the transaction
         )
         }
)

public class %className{
     
public %className(){};
}