Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "javax/annotations"

Index

Type aliases

TResource

TResource: object

Resource definition for Resource annotation

remark

https://docs.oracle.com/javase/7/docs/api/javax/annotation/Resource.html

Type declaration

  • property: string
  • required: boolean
  • url: string

TResourceParams

TResourceParams: object

Resource params for Resource annotation

remark

https://docs.oracle.com/javase/7/docs/api/javax/annotation/Resource.html

Type declaration

  • Optional required?: boolean

Variables

Const postConstructHooksToken

postConstructHooksToken: unique symbol = Symbol()

Const preDestroyHooksToken

preDestroyHooksToken: unique symbol = Symbol()

Const resourceDefinitionToken

resourceDefinitionToken: unique symbol = Symbol()

Const resourceDependenciesToken

resourceDependenciesToken: unique symbol = Symbol()

Const transactionalToken

transactionalToken: unique symbol = Symbol()

Functions

PostConstruct

  • PostConstruct(target: any, key: any, descriptor: any): void

PreDestroy

  • PreDestroy(target: any, key: any, descriptor: any): void

Resource

Transactional

Generated using TypeDoc