diff -r 88d62267a0b5 -r 6505c38a43b3 context/src/main/java/org/netbeans/html/context/spi/Contexts.java --- a/context/src/main/java/org/netbeans/html/context/spi/Contexts.java Thu Dec 04 09:21:55 2014 +0100 +++ b/context/src/main/java/org/netbeans/html/context/spi/Contexts.java Fri Dec 12 12:37:58 2014 +0100 @@ -148,7 +148,10 @@ @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) public @interface Id { - /** Identifier(s) for the implementation. */ + /** Identifier(s) for the implementation. + * + * @return one of more identifiers giving this implementation name(s) + */ public String[] value(); }