/[classpath]/classpath/java/beans/PropertyDescriptor.java
ViewVC logotype

Diff of /classpath/java/beans/PropertyDescriptor.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10.2.2 by gnu_andrew, Sun Jan 16 15:15:11 2005 UTC revision 1.10.2.3 by gnu_andrew, Sat Feb 19 10:50:34 2005 UTC
# Line 1  Line 1 
1  /* java.beans.PropertyDescriptor  /* java.beans.PropertyDescriptor
2     Copyright (C) 1998, 2001, 2004 Free Software Foundation, Inc.     Copyright (C) 1998, 2001, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 57  import java.lang.reflect.Method; Line 57  import java.lang.reflect.Method;
57   ** </OL>   ** </OL>
58   **   **
59   ** @author John Keiser   ** @author John Keiser
60   ** @author Robert Schuster <thebohemian@gmx.net>   ** @author Robert Schuster (thebohemian@gmx.net)
61   ** @since 1.1   ** @since 1.1
62   ** @status updated to 1.4   ** @status updated to 1.4
63   **/   **/
# Line 438  public class PropertyDescriptor extends Line 438  public class PropertyDescriptor extends
438       * <li>the property type and the read method's return type must be assignable from the       * <li>the property type and the read method's return type must be assignable from the
439       * write method's argument type</li>       * write method's argument type</li>
440       * <li>the write method may not exist</li>       * <li>the write method may not exist</li>
441       * <ul>       * </ul>
442       * While checking the methods a common new property type is calculated. If the method       * While checking the methods a common new property type is calculated. If the method
443       * succeeds this property type is returned.<br/>       * succeeds this property type is returned.<br/>
444       * <br/>       * <br/>

Legend:
Removed from v.1.10.2.2  
changed lines
  Added in v.1.10.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26