src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/UnknownAttributeReader.java
changeset 55496 8e0ae3830fca
parent 47216 71c04702a3d5
equal deleted inserted replaced
55495:badfa812b82a 55496:8e0ae3830fca
    25  * Unknown (non-standard) attributes may be read via user-defined factory
    25  * Unknown (non-standard) attributes may be read via user-defined factory
    26  * objects that can be registered with the Attribute.addAttributeReader
    26  * objects that can be registered with the Attribute.addAttributeReader
    27  * method. These factory objects should implement this interface.
    27  * method. These factory objects should implement this interface.
    28  *
    28  *
    29  * @see Attribute
    29  * @see Attribute
    30  * @version $Id: UnknownAttributeReader.java 1747278 2016-06-07 17:28:43Z britter $
    30  * @version $Id$
    31  * @since 6.0
    31  * @since 6.0
    32  */
    32  */
    33 public interface UnknownAttributeReader {
    33 public interface UnknownAttributeReader {
    34 
    34 
    35     /**
    35     /**