org.jboss.maven.plugins.injection
Class BytecodeInjection
java.lang.Object
org.jboss.maven.plugins.injection.BytecodeInjection
public class BytecodeInjection
- extends Object
Configuration model used in the BytecodeInjectionMojo
to list the bytecode injections to perform.
- Author:
- Steve Ebersole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BytecodeInjection
public BytecodeInjection()
getExpression
public String getExpression()
setExpression
public void setExpression(String expression)
getTargetMembers
public TargetMember[] getTargetMembers()
setTargetMembers
public void setTargetMembers(TargetMember[] targetMembers)
Copyright © 2012 JBoss, a division of Red Hat, Inc. All Rights Reserved.