Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] Store information about method parameters (usable via reflection)

Dear m2e Community,

this is a feature request.

I just came accross the need to include information abut parameter names inside some of my class files. That can be accomplished by using the compiler plugins paremeter "parameters" as documented at https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#parameters

As far as I'm right, that's doing the same as the following checkbox in Eclipse: "Java Compiler" > "Store information about method parameters (usable via reflection)"

In case I am, I ask to bind the Eclipse setting to the Maven compiler setting.

Thanks for your work!

-- 
Best regards,
Lars Knickrehm

www.lars-sh.de

Back to the top