package com.amd.aparapi.internal.annotation;
/**
* Used to tag unused features (methods/fields)
* <p>
* Do not rely on anything tagged as unused, it will probably be retracted/refactored
*
* @author gfrost
*
*/
public @interface Unused {
}