freenet-router |
Subversion Repositories: |
Line No. | Rev | Author | Line |
---|---|---|---|
1 | 2 | simandl | <?php |
2 | |
||
3 | namespace Phem\Libraries\UI\Annotations; |
||
4 | |
||
5 | use Doctrine\Common\Annotations\Annotation; |
||
6 | |
||
7 | /** |
||
8 | * @author Jakub PetrĹžĂlka <petrzilka@czweb.net> |
||
9 | * @Annotation |
||
10 | */ |
||
11 | class NoUpdateAttr extends Annotation |
||
12 | { |
||
13 | |
||
14 | } |