jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/Plugin.java
changeset 33547 e4c76ac38b12
parent 25871 b80b84e87032
equal deleted inserted replaced
33390:d131f4b8433a 33547:e4c76ac38b12
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    94      *
    94      *
    95      * <p>
    95      * <p>
    96      * Since options can appear in no particular order,
    96      * Since options can appear in no particular order,
    97      * XJC allows sub-options of a plugin to show up before
    97      * XJC allows sub-options of a plugin to show up before
    98      * the option that activates a plugin (one that's returned
    98      * the option that activates a plugin (one that's returned
    99      * by {@link #getOptionName().)
    99      * by {@link #getOptionName()}.
   100      *
   100      *
   101      * But nevertheless a {@link Plugin} needs to be activated
   101      * But nevertheless a {@link Plugin} needs to be activated
   102      * to participate in further processing.
   102      * to participate in further processing.
   103      *
   103      *
   104      * @return
   104      * @return