org.springframework.binding.support
Class ProtectedFieldTests.AnnotatedTestBean

Show UML class diagram
java.lang.Object
  extended by org.springframework.binding.support.ProtectedFieldTests.AnnotatedTestBean
Enclosing class:
ProtectedFieldTests

public static class ProtectedFieldTests.AnnotatedTestBean
extends Object


Constructor Summary
ProtectedFieldTests.AnnotatedTestBean()
           
 
Method Summary
 String getPassword()
           
 void setPassword(String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtectedFieldTests.AnnotatedTestBean

public ProtectedFieldTests.AnnotatedTestBean()
Method Detail

getPassword

@ProtectedField
public String getPassword()

setPassword

public void setPassword(String password)


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.