Skip to content
forked from jsuchal/addendum

Automatically exported from code.google.com/p/addendum

License

Notifications You must be signed in to change notification settings

jason69/addendum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Addendum

DocBlock/JavaDoc annotations support for PHP5. Supporting single and multi valued annotations accessible through extended Reflection API.

Example annotations:

@SimpleAnnotation
@SingleValuedAnnotation(true)
@SingleValuedAnnotation(-3.141592)
@SingleValuedAnnotation('Hello World!')
@SingleValuedAnnotationWithArray({1, 2, 3})
@MultiValuedAnnotation(key = 'value', anotherKey = false, andMore = 1234)

Annotate classes, methods, properties.

Works also if --preserve-docs is disabled.

Checkout ShortTutorialByExample for a quick introduction to annotations using Addendum.

About

Automatically exported from code.google.com/p/addendum

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%