@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Documented
public @interface AlfrescoPublicApi
This annotation is used to denote a class or method as part
of the public API. When a class or method is so designated then
we will not change it within a release in a way that would make
it no longer backwardly compatible with an earlier version within
the release.
- Author:
- Greg Melahn