jodd.madvoc.injector
Class ScopeData.In

java.lang.Object
  extended by jodd.madvoc.injector.ScopeData.In
Enclosing class:
ScopeData

public static class ScopeData.In
extends java.lang.Object


Field Summary
 boolean create
           
 java.lang.String name
           
 boolean remove
           
 java.lang.String target
           
 java.lang.Class type
           
 
Constructor Summary
ScopeData.In()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public java.lang.Class type

name

public java.lang.String name

target

public java.lang.String target

create

public boolean create

remove

public boolean remove
Constructor Detail

ScopeData.In

public ScopeData.In()


Copyright © 2003-2011 Jodd Team