Logo
Explore Help
Register Sign In
tiennm99/lombok
Watch 1
Star 0
Fork 0
mirror of https://github.com/tiennm99/lombok.git synced 2026-08-01 08:21:01 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
2b0cd53d55d882fbc49d5f736c845353098eb34e
lombok/test/transform/resource/after-ecj/JavadocGenerally.java
T
Reinier Zwitserloot bf8e2afed0 gave up on adding support for moving javadoc to getter/setter in eclipse. Eclipse breaks the javadoc out of the raw source and we can't modify that without breaking a billion things. To solve this issue we'd have to write some very complicated patches to intercept this process and somehow propagate the node that the javadoc is attached to AND translate from the ast model to dom or whatever is being used there. Not gonna happen for this low priority feature.
2013-07-08 21:20:24 +02:00

11 lines
177 B
Java
Raw Blame History

package testPackage;
class JavadocGenerally {
public interface TestingInner {
}
private int someField;
JavadocGenerally() {
super();
}
public void test() {
}
}
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.27.0 Page: 78ms Template: 4ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API