|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LoadTimeWeaver
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="weaver-class" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="aspectj-weaving" default="autodetect">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="on"/>
<enumeration value="off"/>
<enumeration value="autodetect"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
String |
getAspectjWeaving()
Gets the value of the aspectjWeaving property. |
String |
getWeaverClass()
Gets the value of the weaverClass property. |
void |
setAspectjWeaving(String value)
Sets the value of the aspectjWeaving property. |
void |
setWeaverClass(String value)
Sets the value of the weaverClass property. |
| Method Detail |
|---|
String getWeaverClass()
Stringvoid setWeaverClass(String value)
value - allowed object is
StringString getAspectjWeaving()
Stringvoid setAspectjWeaving(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||