Package org.jboss.forge.roaster.model
Interface JavaPackageInfo<O extends JavaPackageInfo<O>>
- All Superinterfaces:
AnnotationTarget<O>,Internal,JavaDocCapable<O>,JavaType<O>,Named,Origin<O>,Packaged<O>,VisibilityScoped
- All Known Subinterfaces:
JavaPackageInfoSource
Represents a Java Package Info descriptor.
-
Method Summary
Methods inherited from interface org.jboss.forge.roaster.model.AnnotationTarget
getAnnotation, getAnnotation, getAnnotations, hasAnnotation, hasAnnotationMethods inherited from interface org.jboss.forge.roaster.Internal
getInternalMethods inherited from interface org.jboss.forge.roaster.model.JavaDocCapable
getJavaDoc, hasJavaDocMethods inherited from interface org.jboss.forge.roaster.model.JavaType
getCanonicalName, getEnclosingType, getQualifiedName, getSyntaxErrors, hasSyntaxErrors, isAnnotation, isClass, isEnum, isInterface, isRecord, toUnformattedStringMethods inherited from interface org.jboss.forge.roaster.model.Packaged
getPackage, isDefaultPackageMethods inherited from interface org.jboss.forge.roaster.model.VisibilityScoped
getVisibility, isPackagePrivate, isPrivate, isProtected, isPublic