context/src/main/java/org/netbeans/html/context/spi/Contexts.java
changeset 904 6505c38a43b3
parent 886 88d62267a0b5
child 927 3eb54c43c5c3
     1.1 --- a/context/src/main/java/org/netbeans/html/context/spi/Contexts.java	Thu Dec 04 09:21:55 2014 +0100
     1.2 +++ b/context/src/main/java/org/netbeans/html/context/spi/Contexts.java	Fri Dec 12 12:37:58 2014 +0100
     1.3 @@ -148,7 +148,10 @@
     1.4      @Retention(RetentionPolicy.RUNTIME)
     1.5      @Target(ElementType.TYPE)
     1.6      public @interface Id {
     1.7 -        /** Identifier(s) for the implementation. */
     1.8 +        /** Identifier(s) for the implementation. 
     1.9 +         * 
    1.10 +         * @return one of more identifiers giving this implementation name(s)
    1.11 +         */
    1.12          public String[] value();
    1.13      }
    1.14