Class AType<T extends IJadxAttribute>

java.lang.Object
jadx.core.dex.attributes.AType<T>
Type Parameters:
T - attribute class implementation
All Implemented Interfaces:
IJadxAttrType<T>

public final class AType<T extends IJadxAttribute> extends Object implements IJadxAttrType<T>
Attribute types enumeration, uses generic type for omit cast after 'AttributeStorage.get' method