Lines Matching refs:annotation
17 Inject annotation values
20 The annotation parser check if the annotation constructor has arguments,
56 ``@Target`` indicates the kinds of class element to which an annotation type is applicable.
92 Annotation parser check the given parameters using the phpdoc annotation ``@var``,
93 The data type could be validated using the ``@var`` annotation on the annotation properties
130 public $annotation;
161 ``@Required`` indicates that the field must be specified when the annotation is used.
192 - An annotation property marked with ``@Enum`` is a field that accept a fixed set of scalar values.
194 - The annotation parser check the given value and throws an ``AnnotationException`` if the value no…
254 The cached reader will not re-evaluate each time an annotation is loaded from cache.
294 You have a complete API for retrieving annotation class instances
308 Access one annotation of a class
322 Access one annotation of a method
336 Access one annotation of a property