Hi,

JDK7 triggers a compiler error on non-final methods annotated with @SafeVarargs even if the class itself is final. I couldn't find any literature indicating whether this is intentional (the Javadoc states that the method must be final but says nothing about final classes). Can we change the behavior so final classes no longer trigger a compiler error?

Gili

Reply via email to