站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 aspects API Documentation 英文版文档

Identifier (JBoss Aspects API) - JBoss 4.0.1 sp1 aspects API Documentation 英文版文档


org.jboss.aspects.ioc
Class Identifier

java.lang.Object
  extended byorg.jboss.aspects.ioc.Identifier

public class Identifier
extends Object

Comment

Version:
$Revision: 1.1 $
Author:
Bill Burke

Field Summary
 Class injectedType
          used to determine parameter type of set method
 String name
          name of property
 
Constructor Summary
Identifier(String name, Class injectedType)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name
name of property


injectedType

public Class injectedType
used to determine parameter type of set method

Constructor Detail

Identifier

public Identifier(String name,
                  Class injectedType)
Method Detail

hashCode

public int hashCode()

equals

public boolean equals(Object obj)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.