Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
make clear in docs that ConfigIncludeContext should not be implemente…
Browse files Browse the repository at this point in the history
…d by apps
  • Loading branch information
havocp committed Apr 9, 2012
1 parent 5e7b929 commit ce35269
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -8,6 +8,13 @@
* Context provided to a {@link ConfigIncluder}; this interface is only useful * Context provided to a {@link ConfigIncluder}; this interface is only useful
* inside a {@code ConfigIncluder} implementation, and is not intended for apps * inside a {@code ConfigIncluder} implementation, and is not intended for apps
* to implement. * to implement.
*
* <p>
* <em>Do not implement this interface</em>; it should only be implemented by
* the config library. Arbitrary implementations will not work because the
* library internals assume a specific concrete implementation. Also, this
* interface is likely to grow new methods over time, so third-party
* implementations will break.
*/ */
public interface ConfigIncludeContext { public interface ConfigIncludeContext {
/** /**
Expand Down

0 comments on commit ce35269

Please sign in to comment.