src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/NamedAndTyped.java
changeset 55496 8e0ae3830fca
parent 47216 71c04702a3d5
equal deleted inserted replaced
55495:badfa812b82a 55496:8e0ae3830fca
    23 
    23 
    24 /**
    24 /**
    25  * Denote entity that has both name and type. This is true for local variables,
    25  * Denote entity that has both name and type. This is true for local variables,
    26  * methods and fields.
    26  * methods and fields.
    27  *
    27  *
    28  * @version $Id: NamedAndTyped.java 1747278 2016-06-07 17:28:43Z britter $
    28  * @version $Id$
    29  */
    29  */
    30 public interface NamedAndTyped {
    30 public interface NamedAndTyped {
    31 
    31 
    32     String getName();
    32     String getName();
    33 
    33