Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/08/2008, 14:23
Avatar de HackmanC
HackmanC
 
Fecha de Ingreso: enero-2008
Ubicación: Guatemala
Mensajes: 1.817
Antigüedad: 16 años, 3 meses
Puntos: 260
Información Respuesta: Declaración de constantes en interfaces

Hola,

Según la especificación, sí es redundante.
Aunque se permite.

"Every field declaration in the body of an interface is implicitly public, static, and final. It is permitted to redundantly specify any or all of these modifiers for such fields."

http://java.sun.com/docs/books/jls/t...faces.html#9.3

Saludos.