Skip to content

Commit

Permalink
Add annotation into spec document
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Millidge <steve.millidge@payara.fish>
  • Loading branch information
smillidge committed May 13, 2020
1 parent e9bc563 commit 04a27c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/src/main/asciidoc/Connectors.adoc
Expand Up @@ -18753,7 +18753,7 @@ Java EE Platform Specification.
@Target(\{ElementType.TYPE})

@Retention(RetentionPolicy.RUNTIME)

@Repeatable(AdministeredObjectDefinitions.class)
public @interface
AdministeredObjectDefinition \{

Expand Down Expand Up @@ -18855,7 +18855,7 @@ is an optional resource definition annotation that is used to define an
administered object and have it registered in JNDI. The _AdministeredObjectDefinitions_
annotation acts as a container for multiple administered object
definitions. Use of the _AdministeredObjectDefinition_ annotation is optional
as the _AdministeredObjectDefinition_ annotation is marked as _Repeatable_
as the _AdministeredObjectDefinition_ annotation is marked as Repeatable_



Expand Down

0 comments on commit 04a27c5

Please sign in to comment.