package com.amd.aparapi.internal.annotation; /** * Use this annotation to tag fields that we think need to be removed (method/field/var) * * @author gfrost */ public @interface RemoveMe { }