|  | // | 
|  | //     Licensed to the Apache Software Foundation (ASF) under one | 
|  | //     or more contributor license agreements.  See the NOTICE file | 
|  | //     distributed with this work for additional information | 
|  | //     regarding copyright ownership.  The ASF licenses this file | 
|  | //     to you under the Apache License, Version 2.0 (the | 
|  | //     "License"); you may not use this file except in compliance | 
|  | //     with the License.  You may obtain a copy of the License at | 
|  | // | 
|  | //       http://www.apache.org/licenses/LICENSE-2.0 | 
|  | // | 
|  | //     Unless required by applicable law or agreed to in writing, | 
|  | //     software distributed under the License is distributed on an | 
|  | //     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | 
|  | //     KIND, either express or implied.  See the License for the | 
|  | //     specific language governing permissions and limitations | 
|  | //     under the License. | 
|  | // | 
|  |  | 
|  | = DevFaqAnnotationList | 
|  | :jbake-type: wiki | 
|  | :jbake-tags: wiki, devfaq, needsreview | 
|  | :jbake-status: published | 
|  | :keywords: Apache NetBeans wiki DevFaqAnnotationList | 
|  | :description: Apache NetBeans wiki DevFaqAnnotationList | 
|  | :toc: left | 
|  | :toc-title: | 
|  | :syntax: true | 
|  |  | 
|  | == NetBeans Annotation Cheat Sheet | 
|  |  | 
|  | === Actions | 
|  |  | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-openide-awt/org/openide/awt/ActionID.html[@ActionID] | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-openide-awt/org/openide/awt/ActionReference.html[@ActionReference] | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-openide-awt/org/openide/awt/ActionReferences.html[@ActionReferences] | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-openide-awt/org/openide/awt/ActionRegistration.html[@ActionRegistration] | 
|  |  | 
|  | === Editor | 
|  |  | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-openide-loaders/org/openide/loaders/DataObject.Registration.html[@DataObject.Registration] (new in 7.2) | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-editor-lib2/org/netbeans/api/editor/EditorActionRegistration.html[@EditorActionRegistration] | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-editor-lib2/org/netbeans/api/editor/EditorActionRegistrations.html[@EditorActionRegistrations] | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-editor-mimelookup/org/netbeans/spi/editor/mimelookup/MimeLocation.html[@MimeLocation] | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-editor-mimelookup/org/netbeans/api/editor/mimelookup/MimeRegistration.html[@MimeRegistration] | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-editor-mimelookup/org/netbeans/api/editor/mimelookup/MimeRegistrations.html[@MimeRegistrations] | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-openide-filesystems/org/openide/filesystems/MIMEResolver.ExtensionRegistration.html[@MIMEResolver.ExtensionRegistration] (new in 7.2) | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-openide-filesystems/org/openide/filesystems/MIMEResolver.NamespaceRegistration.html[@MIMEResolver.NamespaceRegistration] (new in 7.2) | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-openide-filesystems/org/openide/filesystems/MIMEResolver.Registration.html[@MIMEResolver.Registration] (new in 7.2) | 
|  |  | 
|  | === Lookup | 
|  |  | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-openide-util-lookup/org/openide/util/lookup/ServiceProvider.html[@ServiceProvider] | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-openide-util-lookup/org/openide/util/lookup/ServiceProviders.html[@ServiceProviders] | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-projectapi/org/netbeans/spi/project/LookupMerger.Registration.html[@LookupMerger.Registration] | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-projectapi/org/netbeans/spi/project/LookupProvider.Registration.html[@LookupProvider.Registration] | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-projectapi/org/netbeans/spi/project/LookupProvider.Registration.ProjectType.html[@LookupProvider.Registration.ProjectType] | 
|  |  | 
|  | === Navigator | 
|  |  | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-netbeans-spi-navigator/org/netbeans/spi/navigator/NavigatorPanel.Registration.html[@NavigatorPanel.Registration] (new in 7.2) | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-netbeans-spi-navigator/org/netbeans/spi/navigator/NavigatorPanel.Registrations.html[@NavigatorPanel.Registrations] (new in 7.2) | 
|  |  | 
|  | === Nodes | 
|  |  | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-projectuiapi/org/netbeans/spi/project/ui/support/NodeFactory.Registration.html[@NodeFactory.Registration] | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-netbeans-core-ide/org/netbeans/api/core/ide/ServicesTabNodeRegistration.html[@ServicesTabNodeRegistration] | 
|  |  | 
|  | === Options Window | 
|  |  | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-options-api/org/netbeans/spi/options/OptionsPanelController.ContainerRegistration.html[@OptionsPanelController.ContainerRegistration] | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-options-api/org/netbeans/spi/options/OptionsPanelController.SubRegistration.html[@OptionsPanelController.SubRegistration] | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-options-api/org/netbeans/spi/options/OptionsPanelController.TopLevelRegistration.html[@OptionsPanelController.TopLevelRegistration] | 
|  |  | 
|  | === Project System | 
|  |  | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-project-ant/org/netbeans/spi/project/support/ant/AntBasedProjectRegistration.html[@AntBasedProjectRegistration] | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-projectuiapi/org/netbeans/spi/project/ui/support/ProjectCustomizer.CompositeCategoryProvider.Registration.html[@ProjectCustomizer.CompositeCategoryProvider.Registration] | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-projectapi/org/netbeans/spi/project/ProjectServiceProvider.html[@ProjectServiceProvider] | 
|  |  | 
|  | === Window System | 
|  |  | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-openide-windows/org/openide/windows/TopComponent.OpenActionRegistration.html[@TopComponent.OpenActionRegistration] | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-openide-windows/org/openide/windows/TopComponent.Registration.html[@TopComponent.Registration] | 
|  |  | 
|  | === Miscellaneous | 
|  |  | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-settings/org/netbeans/api/settings/ConvertAsJavaBean.html[@ConvertAsJavaBean] | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-settings/org/netbeans/api/settings/ConvertAsProperties.html[@ConvertAsProperties] | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-openide-util/org/openide/util/NbBundle.Messages.html[@NbBundle.Messages] | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-versioning/org/netbeans/modules/versioning/spi/VersioningSystem.Registration.html[@VersioningSystem.Registration] | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-netbeans-core-multiview/org/netbeans/core/spi/multiview/MultiViewElement.Registration.html[@MultiViewElement.Registration] | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-sendopts/org/netbeans/spi/sendopts/Arg.html[@Arg] (new in 7.2) | 
|  | * link:http://bits.netbeans.org/dev/javadoc/org-netbeans-api-annotations-common/org/netbeans/api/annotations/common/StaticResource.html[@StaticResource] (new in 7.2) | 
|  |  | 
|  | == Apache Migration Information | 
|  |  | 
|  | The content in this page was kindly donated by Oracle Corp. to the | 
|  | Apache Software Foundation. | 
|  |  | 
|  | This page was exported from link:http://wiki.netbeans.org/DevFaqAnnotationList[http://wiki.netbeans.org/DevFaqAnnotationList] , | 
|  | that was last modified by NetBeans user Geertjan | 
|  | on 2012-02-21T07:24:28Z. | 
|  |  | 
|  |  | 
|  | *NOTE:* This document was automatically converted to the AsciiDoc format on 2018-02-07, and needs to be reviewed. |