org.bridj.ann
Annotation Type Forwardable


@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface Forwardable

For annotations that can be forwarded to other annotations. E.g. @Ptr can be forwarded to @MyPtr if the MyPtr annotation class is annotated with @Ptr

Author:
ochafik



Copyright © 2009-2012. All Rights Reserved.