File tree Expand file tree Collapse file tree 4 files changed +9
-1
lines changed
api/src/main/java/org/eclipse/microprofile/openapi/annotations/media Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 15
15
*/
16
16
package org .eclipse .microprofile .openapi .annotations .media ;
17
17
18
+ import java .lang .annotation .Target ;
19
+
18
20
/**
19
21
* A property name and an associated list of other property names.
20
22
* <p>
24
26
* @see Schema#dependentRequired()
25
27
* @since 4.0
26
28
*/
29
+ @ Target ({})
27
30
public @interface DependentRequired {
28
31
29
32
/**
Original file line number Diff line number Diff line change 15
15
*/
16
16
package org .eclipse .microprofile .openapi .annotations .media ;
17
17
18
+ import java .lang .annotation .Target ;
19
+
18
20
/**
19
21
* A property name and an associated schema.
20
22
* <p>
24
26
* @see Schema#dependentSchemas()
25
27
* @since 4.0
26
28
*/
29
+ @ Target ({})
27
30
public @interface DependentSchema {
28
31
29
32
/**
Original file line number Diff line number Diff line change 19
19
import java .lang .annotation .Inherited ;
20
20
import java .lang .annotation .Retention ;
21
21
import java .lang .annotation .RetentionPolicy ;
22
+ import java .lang .annotation .Target ;
22
23
23
24
import org .eclipse .microprofile .openapi .annotations .ExternalDocumentation ;
24
25
import org .eclipse .microprofile .openapi .annotations .enums .SchemaType ;
37
38
*
38
39
* @since 2.0
39
40
**/
41
+ @ Target ({})
40
42
@ Retention (RetentionPolicy .RUNTIME )
41
43
@ Inherited
42
44
public @interface SchemaProperty {
Original file line number Diff line number Diff line change 25
25
* </pre>
26
26
*/
27
27
28
- @ org .osgi .annotation .versioning .Version ("1.3" )
28
+ @ org .osgi .annotation .versioning .Version ("1.3.1 " )
29
29
@ org .osgi .annotation .versioning .ProviderType
30
30
package org .eclipse .microprofile .openapi .annotations .media ;
You can’t perform that action at this time.
0 commit comments