I am trying to import examples of the JBoss-EJB-Preview4.
Is it possible to work with EJB3 Annotations in MyEclipse 3.8.4?
I get a ‘syntax error for token’ … i.e. for @Stateless
@Stateless
public class CalculatorBean implements CalculatorRemote, CalculatorLocal {
Please could someone give me a hint what I need to do?
Thanks in advance,
Frank