package gw.lang; /** * Marker annotation that indicates that a particular API is not yet stable. That means that the type or feature * in question might be significantly altered, or even removed, in future releases. * * Copyright 2010 Guidewire Software, Inc. */ public @interface UnstableAPI { }