Apache Geronimo > Discussion Forums  User List | Dev List | Wiki | Issue Tracker  

 « Return to Thread: calculator example program

calculator example program

by vesa n :: Rate this Message:

Reply to Author | View in Thread

Hi, I'm trying to use annotation in calculator slsb example.

I have this problem

package javax.annotation does not exist

I'm compiling the program with maven and I add this line to Calculator.java

import javax.annotation.PostConstruct;

 - Vesa

 « Return to Thread: calculator example program