Skip to content

ARQ-438 @DeploymentName and @OperatesOnDeployment could be made typesafe#16

Open
DavideD wants to merge 1 commit into
arquillian:mainfrom
DavideD:ARQ-438
Open

ARQ-438 @DeploymentName and @OperatesOnDeployment could be made typesafe#16
DavideD wants to merge 1 commit into
arquillian:mainfrom
DavideD:ARQ-438

Conversation

@DavideD

@DavideD DavideD commented Aug 28, 2011

Copy link
Copy Markdown
Member

I've created this quick prototype.

What do you think?

Cheers

@aslakknutsen

Copy link
Copy Markdown
Member

holding this of for 1.1

@kpiwko

kpiwko commented Sep 12, 2011

Copy link
Copy Markdown
Member

I though that idea could be taken one step further, e.g. no String value required in the annotation.

String deploymentName(Method deploymentMethod) method can for example return the fully-qualified name of the annotation or it's hashcode.

@DavideD

DavideD commented Sep 12, 2011

Copy link
Copy Markdown
Member Author

I see.

I'll try to create a version that works that way

@DavideD

DavideD commented Sep 19, 2011

Copy link
Copy Markdown
Member Author

Now it should work as suggested.

@DavideD

DavideD commented Sep 20, 2011

Copy link
Copy Markdown
Member Author

It uses the class name of the annotation as name of the deployment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants