Skip to content

Commit

Permalink
Un-deprecating Service interface
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Aug 7, 2015
1 parent 91c3a69 commit ef0dbd0
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@
*
* @author <a href="mailto:lincolnbaxter@gmail.com">Lincoln Baxter, III</a>
*
* @deprecated from JDK 1.8.0_20 onwards, javac changed its behavior in order to check for transitive references.
* Implementing this interface is discouraged. See <a href="https://issues.jboss.org/browse/FORGE-2019">this
* link</a> for more information
* <h2>Warning: from JDK 1.8.0_20 onwards, javac changed its behavior in order to check for transitive
* references. Implementing this interface is discouraged. See
* <a href="https://issues.jboss.org/browse/FORGE-2019">this link</a> for more information</h2>
*
*/
@Deprecated
public interface Service
{

Expand Down

0 comments on commit ef0dbd0

Please sign in to comment.