org.bridj.ann
Annotation Type Optional


@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface Optional

Applies to native methods that might not be present to avoid polluting error logs (useful for "optional" methods in many libraries).

Author:
ochafik



Copyright © 2009-2012. All Rights Reserved.