aboutsummaryrefslogtreecommitdiff
path: root/src/netbeansAgent/lombok/netbeans/agent/NetbeansPatcher.java
AgeCommit message (Collapse)Author
2010-11-10deleted netbeans agent. With the new resolution features it'll never work, ↵Reinier Zwitserloot
and netbeans has supported lombok as a plain annotation processor for quite a while now.
2010-04-24Keeping pace with changes to lombok.patcher.Reinier Zwitserloot
2009-12-04One of the netbeans patches would cause a VerifyError on test builds of ↵Reinier Zwitserloot
netbeans (class verification is off for netbeans distro versions). fixed.
2009-12-02netbeans agent now works!Reinier Zwitserloot
2009-12-01Generalized the agent mechanism; now 1 lombok.jar can serve as the agent for ↵Reinier Zwitserloot
BOTH netbeans AND eclipse, and is future-ready for an IntelliJ agent.
2009-12-01FixesReinier Zwitserloot
2009-11-30All basic elements of netbeans support are here except the actual agent part.Reinier Zwitserloot
2009-11-29work in progress.Reinier Zwitserloot