Hello!
I'm totally new to annotations.
I'm having problems with a piece of code that should work (done by a teacher) but doesn't.
The code is
package is2007;
import javax.ejb.Remove;
@Remove
public interface Calculator{
public double add(double a, double b);
}
The error is
line 6: The annotation @Remove is disallowed for this location
I'm totally lost, thanks for any help