Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Conversation

@matthiasrupp
Copy link

The static method Builder() should be removed

  • It violates against the Java naming conventions
  • It is more convenient to write new Polygon.Builder() instead of Polygon.Builder()

And most important:

  • It makes the library unusable with Kotlin! ( Polygon.Builder() would be an constructor invocation )

@matthiasrupp matthiasrupp changed the title Remove Builder() Remove Builder() for Kotlin support Oct 27, 2017
@AgustRuiz
Copy link

This totally should be applied

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants