Class AjTypeDeclaration

java.lang.Object
Direct Known Subclasses:
AspectDeclaration

public class AjTypeDeclaration extends TypeDeclaration
This subtype of TypeDeclaration allows for the extensions that AspectJ has for types - they might be aspects and pointcuts may exist in classes. This type does not represent an aspect, that is represented by AspectDeclaration, a further subtype of AjTypeDeclaration.