org.jboss.maven.plugins.injection.process
Class InjectionDescriptor
java.lang.Object
org.jboss.maven.plugins.injection.process.InjectionDescriptor
public class InjectionDescriptor
- extends Object
Defines an injection value (expression) and its applications (targets).
- Author:
- Steve Ebersole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InjectionDescriptor
public InjectionDescriptor(String value)
getValue
public String getValue()
getTargets
public List<InjectionTarget> getTargets()
Copyright © 2011 JBoss, a division of Red Hat, Inc. All Rights Reserved.