Security-related types that are candidates to be FunctionalInterfaces in JDK 8
Florian Weimer
fweimer at redhat.com
Wed Feb 6 20:17:02 UTC 2013
On 02/06/2013 08:49 PM, Bernd Eckenfels wrote:
> Will the marker affect compilation and normal runtime or is it strictly
> a marker accpeting the interface in the functional context?
It's supposed to be like @Override, but the retention policy is RUNTIME
instead of SOURCE, so there's bound to be (incorrect) code triggering on
its presence, and there is a small additional per-class overhead at run
time.
--
Florian Weimer / Red Hat Product Security Team
More information about the security-dev
mailing list