@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface Optional
If the annotation is applied to interface no exception will be thrown if resource is unavailable for methods IConfig.get(Class, String) and IConfig.get(Class)
12.02.13 11:24