cstamas commented on code in PR #1299:
URL: https://github.com/apache/maven/pull/1299#discussion_r1387816705


##########
api/maven-api-core/src/main/java/org/apache/maven/api/Type.java:
##########
@@ -51,14 +51,21 @@ public interface Type {
      * Returns the dependency type id.
      * The id uniquely identifies this <i>dependency type</i>.
      *
-     * @return the id of this type
+     * @return the id of this type, never {@code null}.
      */
     String getId();
 
+    /**
+     * Returns the dependency type language.

Review Comment:
   I think it is more like "universe", as for example the "war" case: means 
WebArchive in J2EE that is "Java universe". Unsure what the intent of this AH 
property was originally. Also, POMs are language="none" (so basically "any", as 
POM can be used even to produce native code as well, or think polyglot, so is 
not "language bound").



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to