If we have a class like:
package com.mypackage;
import com.mypackage.MyClass.MyBean;
@Input(MyBean.class)
public class MyClass
Type: Posts; User: bvesco; Keyword(s):
If we have a class like:
package com.mypackage;
import com.mypackage.MyClass.MyBean;
@Input(MyBean.class)
public class MyClass
Xml formatting does not seem to be 100%. Notice the improperly indented opening element tag in the pom.xml snippet below.
Run this script:
project --topLevelPackage test.pom.format.bug...