@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 AConfig.get(Class, String) and AConfig.get(Class)
12.02.13 11:24