licel / jcardsim

https://jcardsim.org
224 stars 123 forks source link

Java 1.5 and @Override indication #99

Closed bondhan closed 2 years ago

bondhan commented 7 years ago

Hi,

In OwnerPINProxy.java you wrote @Override on some methods because you wanted to override the class PIN.

However you specify the java in POM as java 1.5, while the @Override annotation was introduced only starting from Java 1.6.

AFAIK javacard is only supported by java 1.5 which is correct, but the source code seems to be written > java 1.6?

Could you clarify?