use of org.gradle.api.PersonList in project gradle by gradle.
the class TestTest method method.
public void method() {
FilenameUtils.separatorsToUnix("my/unix/filename");
ToStringBuilder.reflectionToString(new Person("name"));
new GrowthList();
// compile with api-spi, runtime with api
new PersonList().doSomethingWithImpl();
}
Aggregations