Hello everyone,


I am using JDK 1.4 and there is a compiling a 3rd party program error because of un-recognized word @override. Could anyone let me know what is the function of @override and in order to use it, which version of JDK is required?


thanks in advance,
George

Recommended Answers

All 5 Replies

Those are called annotations and are supported from Java 1.5 and up. Hence the error.

Hi ~s.o.s~,

Those are called annotations and are supported from Java 1.5 and up. Hence the error.

I can not find any samples of how to use @override. Do you know where to find?


regards,
George

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.