public class EntryPointDeclarationDescrBuilderImpl extends BaseDescrBuilderImpl<PackageDescrBuilder,EntryPointDeclarationDescr> implements EntryPointDeclarationDescrBuilder
descr, parent
Modifier | Constructor and Description |
---|---|
protected |
EntryPointDeclarationDescrBuilderImpl(PackageDescrBuilder parent) |
Modifier and Type | Method and Description |
---|---|
EntryPointDeclarationDescrBuilder |
entryPointId(String id)
Declares the entry point id
|
AnnotationDescrBuilder<EntryPointDeclarationDescrBuilder> |
newAnnotation(String name) |
end, endCharacter, endLocation, getDescr, startCharacter, startLocation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
end, endCharacter, endLocation, getDescr, startCharacter, startLocation
protected EntryPointDeclarationDescrBuilderImpl(PackageDescrBuilder parent)
public EntryPointDeclarationDescrBuilder entryPointId(String id)
EntryPointDeclarationDescrBuilder
entryPointId
in interface EntryPointDeclarationDescrBuilder
id
- the name of the entry point to be declaredpublic AnnotationDescrBuilder<EntryPointDeclarationDescrBuilder> newAnnotation(String name)
newAnnotation
in interface AnnotatedDescrBuilder<EntryPointDeclarationDescrBuilder>
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.