How do I prevent use of beta classes from google guava library?
Posted
by
mjlee
on Stack Overflow
See other posts from Stack Overflow
or by mjlee
Published on 2010-12-27T15:23:35Z
Indexed on
2010/12/27
15:54 UTC
Read the original article
Hit count: 239
We have been using Google collections in the production for several months. We would like to start using guava for additional functions. However, I'm afraid to bring guava into our product stack b/c some developers may start to use 'beta' classes.
We have various unit-tests in our code but at this point, I prefer not to include 'beta' class b/c it is subject to change in the future.
Is there any easy way to do detect if the project includes any 'beta' guava classes?
© Stack Overflow or respective owner