Skip to content

Commit

Permalink
Reference github deprecation issue in @deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
elandau committed Jul 21, 2016
1 parent 290f357 commit 0e8b16c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/**
* @author Nitesh Kant
* @deprecated 2016-07-20 Karyon2 no longer supported. Use governator or other DI framework directly
* @deprecated 2016-07-20 Karyon2 no longer supported. See https://github.com/Netflix/karyon/issues/347 for more info
*/
@Deprecated
abstract class AbstractKaryonServer implements KaryonServer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* {@link Bootstrap} annotations.
*
* @author Nitesh Kant
* @deprecated 2016-07-20 Karyon2 no longer supported. Use governator or other DI framework directly
* @deprecated 2016-07-20 Karyon2 no longer supported. See https://github.com/Netflix/karyon/issues/347 for more info
*/
@Deprecated
public final class Karyon {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/**
* @author Nitesh Kant
* @deprecated 2016-07-20 Karyon2 no longer supported. Use governator or other DI framework directly
* @deprecated 2016-07-20 Karyon2 no longer supported. See https://github.com/Netflix/karyon/issues/347 for more info
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* A guice module that defines all bindings required by karyon. Applications must use this to bootstrap karyon.
*
* @author Nitesh Kant
* @deprecated 2016-07-20 Karyon2 no longer supported. Use governator or other DI framework directly
* @deprecated 2016-07-20 Karyon2 no longer supported. See https://github.com/Netflix/karyon/issues/347 for more info
*/
@Deprecated
public class KaryonBootstrapModule implements BootstrapModule {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* If you are bootstrapping karyon programmatically, it is better to use {@code Karyon} directly.
*
* @author Nitesh Kant
* @deprecated 2016-07-20 Karyon2 no longer supported. Use governator or other DI framework directly
* @deprecated 2016-07-20 Karyon2 no longer supported. See https://github.com/Netflix/karyon/issues/347 for more info
*/
@Deprecated
public class KaryonRunner {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* A logical abstraction to manage the lifecycle of a karyon based application.
* This does not define any contracts of handling and processing requests, those should all be defined by means of
* modules.
* @deprecated 2016-07-20 Karyon2 no longer supported. Use governator or other DI framework directly
* @deprecated 2016-07-20 Karyon2 no longer supported. See https://github.com/Netflix/karyon/issues/347 for more info
*/
@Deprecated
public interface KaryonServer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* An implementation of {@link KaryonServer} which wraps an existing {@link KaryonServer}.
*
* @author Nitesh Kant
* @deprecated 2016-07-20 Karyon2 no longer supported. Use governator or other DI framework directly
* @deprecated 2016-07-20 Karyon2 no longer supported. See https://github.com/Netflix/karyon/issues/347 for more info
*/
@Deprecated
class KaryonServerBackedServer implements KaryonServer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/**
* @author Nitesh Kant
* @deprecated 2016-07-20 Karyon2 no longer supported. Use governator or other DI framework directly
* @deprecated 2016-07-20 Karyon2 no longer supported. See https://github.com/Netflix/karyon/issues/347 for more info
*/
@Deprecated
class MainClassBasedServer extends AbstractKaryonServer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* An implementation of {@link KaryonServer} which wraps an RxNetty's server.
*
* @author Nitesh Kant
* @deprecated 2016-07-20 Karyon2 no longer supported. Use governator or other DI framework directly
* @deprecated 2016-07-20 Karyon2 no longer supported. See https://github.com/Netflix/karyon/issues/347 for more info
*/
@Deprecated
class RxNettyServerBackedServer extends MainClassBasedServer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* either before or after the container shutdown.
*
* @author Tomasz Bak
* @deprecated 2016-07-20 Karyon2 no longer supported. Use governator or other DI framework directly
* @deprecated 2016-07-20 Karyon2 no longer supported. See https://github.com/Netflix/karyon/issues/347 for more info
*/
@Deprecated
public class ShutdownModule extends AbstractModule {
Expand Down

0 comments on commit 0e8b16c

Please sign in to comment.