Categories


Authors:
Overheat
free software

Lombok Plugin

Products: IntelliJ IDEA, Android Studio

Vendor: Michail Plushnikov

Email:

Website: http://code.google.com/p/lombok-intellij-plugin

License: license url

Bugtracker page

Forum page

Description:

A plugin that adds first-class support for Project Lombok
Downloads: 8975
Rating:
Participated in rating: 2
Version Since Build Until Build File/URL Size (Kb) Date Details
0.5. 93.13. 96. Download 169.08 2012-08-23 01:53:20 details
0.5. 99.18. 110. Download 169.08 2012-08-23 01:52:57 details
0.5. 110.3. . Download 169.06 2012-08-23 01:52:18 details
0.2. 99.18. . Download 78.5 2011-09-25 21:57:31 details
. .
7 updates are hidden show all updates

Recent change notes:

  • 0.5
    1. Issue #23 Initial support for IntelliJ 12
    2. Issue #12 Added support for "Singleton" and "EnumId" annotations from lombok-pg
    3. Fixed Issue #27 "@EqualsAndHashCode on final classes: Should not have a canEquals in that case."
    4. Fixed Issue #28 "Getters and setters should be generated even if the method exists with different parameter count"
      1. 0.4
        1. fix reflection access for intellij ultimate
          1. 0.3
            1. Fixed issue #4 "Getter/Setter on generic types"
            2. Fixed issue #6 "The Plugin panel in IDEA lists the plugin as "Lombook Plugin (doubled letter 'o')"
            3. Fixed issue #7 "Added support for IntelliJ 11"
            4. Fixed issue #9 "@Data(staticConstructor="of") is not created"
            5. Fixed issue #10 "Empty constructor is created even if it already exists"
            6. Fixed issue #15 "@Data with @NoArgsConstructor does not generate default constructor"
            7. Fixed issue #17 "Incompatibility with javax.annotation.Nonnull/Nullable"
            8. Added more inspections and QuickFixes for some of lombok annotations.
            9. Fixed: skip constructor generation for @Data if some constructor is already defined in the class
            10. Fixed: skip getter generation for invalid lazy-getters
            11. Added support for "LazyGetter" and "FluentSetter" annotations from lombok-pg
          2. 0.2
            1. Added inspections for lombok annotations.
            2. Added some simple QuickFixes for lombok inspections.
            3. Fixed bug with not working auto-completion in the same source file with lombok annotations that generate methods.
            4. Better support of lombok annotations, especially for 'staticName','types' and 'excludes' properties of @Delegate and @XXXConstructor
            5. General bug fixing and many improvements
          3. 0.1
            1. Initial Release for IDEA >= 10.0

General usage instructions:

Download, install and start using lombok features!

Comments:

Anonymous
Rated: noRate
2013-01-22 10:16:20
it works with intellij idea 12.0.2 not well,pelease update it.
.
bcolyn
Rated:
2012-02-10 22:46:12
Works seamlessly. Long overdue, but great to finally be able to use Lombok in my code.
.
salient1
Rated: noRate
2012-01-06 01:30:03
Any chance this will get updated for IDEA 11? It currently fails to load.
.
leoincedo
Rated:
2011-09-27 05:00:41
I love it and you!

thank you..

.