File
Doc
Category
Size
Date
Package
BeanProperty.java
API Doc
JBoss 4.2.1
1586
Fri Jul 13 20:53:46 BST 2007
org.jboss.injection.lang.reflect
BeanProperty
public interface BeanProperty
A bean property defines a propery of a pojo from the EJB3 point of view. It can be used to inject values into it.
author
Carlo de Wolf
version
$Revision: $
Fields Summary
Constructors Summary
Methods Summary
public
java.lang.reflect.AccessibleObject
getAccessibleObject
()
public
java.lang.Class
getDeclaringClass
()
public
java.lang.String
getName
()
public
java.lang.Class
getType
()
public void
set
(
java.lang.Object
instance,
java.lang.Object
value)
Java Code Source