Project Properties Window: Annotations

In this panel you can define custom PHP annotations for the given project. These annotations are then available in code-completion in PHPDoc comments.

The Project Properties Annotations panel contains the following fields:

Element Description

Name

Name of the custom annotation.

For

The context associated with the annotation. Choose one from the following:
  • function
  • class/interface (type)
  • method
  • field

You can use the following buttons to the right of the table:

Element Description

Add

Click to add a custom annotation.
Edit Click to edit the custom annotation.

Delete

Select an annotation in the table and click Delete to delete it.


Related Topics

Developing Applications with NetBeans IDE,

Copyright © 2016, Oracle and/or its affiliates. All rights reserved.