Lombok without Java agent?









up vote
-1
down vote

favorite












Is it possible to use Lombok without Java agent being inserted into Maven at compile time? I have noticed there are some Lombok related Maven plugins. Are those enough to get the good parts without the ugly Java agent hack?










share|improve this question

















  • 2




    Hmm what do you mean "good parts"? You either get lombok working or not completely. If you integrate it in maven I don't see what problems could you have.
    – NiVeR
    2 days ago







  • 1




    And what is the "java agent hack"?
    – GhostCat
    2 days ago










  • You need javaagent only for IDE (at least for Eclipse). At compile time, Lombok uses annotation processing mechanism. What's your actual problem? "Maven plugin" you linked is not plugin at all. It's just dependency.
    – rkosegi
    2 days ago











  • I've only ever seen Lombok being used as an annotation processor. IDEs have plugins that make them OK with Lombok changing the bytecode on the fly. Annotation processors don't require special Maven plugins or anything, as they're a Java compiler feature.
    – kaqqao
    2 days ago














up vote
-1
down vote

favorite












Is it possible to use Lombok without Java agent being inserted into Maven at compile time? I have noticed there are some Lombok related Maven plugins. Are those enough to get the good parts without the ugly Java agent hack?










share|improve this question

















  • 2




    Hmm what do you mean "good parts"? You either get lombok working or not completely. If you integrate it in maven I don't see what problems could you have.
    – NiVeR
    2 days ago







  • 1




    And what is the "java agent hack"?
    – GhostCat
    2 days ago










  • You need javaagent only for IDE (at least for Eclipse). At compile time, Lombok uses annotation processing mechanism. What's your actual problem? "Maven plugin" you linked is not plugin at all. It's just dependency.
    – rkosegi
    2 days ago











  • I've only ever seen Lombok being used as an annotation processor. IDEs have plugins that make them OK with Lombok changing the bytecode on the fly. Annotation processors don't require special Maven plugins or anything, as they're a Java compiler feature.
    – kaqqao
    2 days ago












up vote
-1
down vote

favorite









up vote
-1
down vote

favorite











Is it possible to use Lombok without Java agent being inserted into Maven at compile time? I have noticed there are some Lombok related Maven plugins. Are those enough to get the good parts without the ugly Java agent hack?










share|improve this question













Is it possible to use Lombok without Java agent being inserted into Maven at compile time? I have noticed there are some Lombok related Maven plugins. Are those enough to get the good parts without the ugly Java agent hack?







java lombok






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 2 days ago









wilx

13k24289




13k24289







  • 2




    Hmm what do you mean "good parts"? You either get lombok working or not completely. If you integrate it in maven I don't see what problems could you have.
    – NiVeR
    2 days ago







  • 1




    And what is the "java agent hack"?
    – GhostCat
    2 days ago










  • You need javaagent only for IDE (at least for Eclipse). At compile time, Lombok uses annotation processing mechanism. What's your actual problem? "Maven plugin" you linked is not plugin at all. It's just dependency.
    – rkosegi
    2 days ago











  • I've only ever seen Lombok being used as an annotation processor. IDEs have plugins that make them OK with Lombok changing the bytecode on the fly. Annotation processors don't require special Maven plugins or anything, as they're a Java compiler feature.
    – kaqqao
    2 days ago












  • 2




    Hmm what do you mean "good parts"? You either get lombok working or not completely. If you integrate it in maven I don't see what problems could you have.
    – NiVeR
    2 days ago







  • 1




    And what is the "java agent hack"?
    – GhostCat
    2 days ago










  • You need javaagent only for IDE (at least for Eclipse). At compile time, Lombok uses annotation processing mechanism. What's your actual problem? "Maven plugin" you linked is not plugin at all. It's just dependency.
    – rkosegi
    2 days ago











  • I've only ever seen Lombok being used as an annotation processor. IDEs have plugins that make them OK with Lombok changing the bytecode on the fly. Annotation processors don't require special Maven plugins or anything, as they're a Java compiler feature.
    – kaqqao
    2 days ago







2




2




Hmm what do you mean "good parts"? You either get lombok working or not completely. If you integrate it in maven I don't see what problems could you have.
– NiVeR
2 days ago





Hmm what do you mean "good parts"? You either get lombok working or not completely. If you integrate it in maven I don't see what problems could you have.
– NiVeR
2 days ago





1




1




And what is the "java agent hack"?
– GhostCat
2 days ago




And what is the "java agent hack"?
– GhostCat
2 days ago












You need javaagent only for IDE (at least for Eclipse). At compile time, Lombok uses annotation processing mechanism. What's your actual problem? "Maven plugin" you linked is not plugin at all. It's just dependency.
– rkosegi
2 days ago





You need javaagent only for IDE (at least for Eclipse). At compile time, Lombok uses annotation processing mechanism. What's your actual problem? "Maven plugin" you linked is not plugin at all. It's just dependency.
– rkosegi
2 days ago













I've only ever seen Lombok being used as an annotation processor. IDEs have plugins that make them OK with Lombok changing the bytecode on the fly. Annotation processors don't require special Maven plugins or anything, as they're a Java compiler feature.
– kaqqao
2 days ago




I've only ever seen Lombok being used as an annotation processor. IDEs have plugins that make them OK with Lombok changing the bytecode on the fly. Annotation processors don't require special Maven plugins or anything, as they're a Java compiler feature.
– kaqqao
2 days ago

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53225237%2flombok-without-java-agent%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53225237%2flombok-without-java-agent%23new-answer', 'question_page');

);

Post as a guest














































































Popular posts from this blog

Kleinkühnau

Makov (Slowakei)

Deutsches Schauspielhaus