This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 246574 - Add code completion in Annotations
Summary: Add code completion in Annotations
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-20 11:36 UTC by simas
Modified: 2016-07-18 07:49 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description simas 2014-08-20 11:36:04 UTC
Currently there is no code completion with annotations.
For JPA this would be extremely helpful.
For example inside the @Entity annotation. 

@Entity()
class JobExecution {